diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 1653f05..1caf7af 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -308,7 +308,7 @@ CLIB= OBSTACK=obstack.o # The GC method to be used on this system. -GGC=ggc-page.o +GGC=ggc-simple.o # If a supplementary library is being used for the GC. GGC_LIB= |