From d18039511137c58d9ba3818c78d5d6713190dd1d Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Thu, 23 Sep 1999 13:07:28 -0700 Subject: [PATCH] Revert unintended GGC change. From-SVN: r29633 --- gcc/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 1653f0505b2..1caf7af3c94 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= -- 2.30.2