Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 270290 | Differences between
and this patch

Collapse All | Expand All

(-)ocaml-3.10.2.orig/configure (-1 / +1 lines)
Lines 559-565 Link Here
559
# Further machine-specific hacks
559
# Further machine-specific hacks
560
560
561
case "$host" in
561
case "$host" in
562
  ia64-*-linux*|alpha*-*-linux*|x86_64-*-linux*|sparc64-*-linux*)
562
  ia64-*-linux*|alpha*-*-linux*|x86_64-*-linux*|sparc64-*-linux*|powerpc64-*-linux*)
563
    echo "Will use mmap() instead of malloc() for allocation of major heap chunks."
563
    echo "Will use mmap() instead of malloc() for allocation of major heap chunks."
564
    echo "#define USE_MMAP_INSTEAD_OF_MALLOC" >> s.h;;
564
    echo "#define USE_MMAP_INSTEAD_OF_MALLOC" >> s.h;;
565
esac
565
esac

Return to bug 270290