changeset 471:a2496e1946d3

Loosen up amount of memory we restrict gcc to using; newer more bloated gcc versions get unhappy otherwise.
author Rob Landley <rob@landley.net>
date Wed, 12 Nov 2008 09:39:02 -0600
parents 919121ba6c5c
children 726224afbcc9
files include.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/include.sh	Wed Nov 12 09:38:12 2008 -0600
+++ b/include.sh	Wed Nov 12 09:39:02 2008 -0600
@@ -25,7 +25,7 @@
 # itself in 128 megs of ram, which is the QEMU default size.  Don't do
 # this on a 64 bit host or gcc will slow to a crawl due to insufficient memory.
 [ "$(uname -m)" != "x86_64" ] &&
-  export CFLAGS="--param ggc-min-expand=0 --param ggc-min-heapsize=8192"
+  export CFLAGS="--param ggc-min-expand=0 --param ggc-min-heapsize=12288"
 
 # Find/create directories