changeset 513:5644a8164d0d

Revert 509 with a chainsaw. (The gcc man page says gcc-min-heapsize has no effect on code generation, yet the "strip" binary bloated from 1.1 megabytes to 1.8 megabytes when cross compiled for mips from an x86_64 host. I.E. the man page lies.)
author Rob Landley <rob@landley.net>
date Tue, 02 Dec 2008 01:43:34 -0600
parents b309dd2a45fe
children 8d2b9cd1a52e
files sources/include.sh
diffstat 1 files changed, 0 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/sources/include.sh	Sun Nov 30 20:15:51 2008 -0600
+++ b/sources/include.sh	Tue Dec 02 01:43:34 2008 -0600
@@ -20,11 +20,6 @@
 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=16384"
-
 # Find/create directories
 
 TOP=`pwd`