# HG changeset patch # User Rob Landley # Date 1183662539 14400 # Node ID 485dabec83c45f66b5633050e92532d402fe34a7 # Parent 12b7ecb79ad0d1d235e57da8f984ecf11b27ae1a Comment one of the non-obvious (and optional) bits. diff -r 12b7ecb79ad0 -r 485dabec83c4 include.sh --- a/include.sh Thu Jul 05 00:21:42 2007 -0400 +++ b/include.sh Thu Jul 05 15:08:59 2007 -0400 @@ -147,6 +147,9 @@ umask 022 unset CFLAGS CXXFLAGS +# This tells gcc to aggressively garbage collect its internal data +# structures. Without this, gcc triggers the OOM killer trying to rebuild +# itself in 128 megs of ram, which is the QEMU default size. export CFLAGS="--param ggc-min-expand=0 --param ggc-min-heapsize=8192" # Find/create directories