From 87d11e4386cc35cc4b7ad51882e0ba8718e459bb Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Mon, 24 May 1993 06:52:53 +0000 Subject: [PATCH] (CLIB): Defined. From-SVN: r4553 --- gcc/config/i386/x-aix | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/gcc/config/i386/x-aix b/gcc/config/i386/x-aix index 6b0532a8c37..41a5ac6c16c 100644 --- a/gcc/config/i386/x-aix +++ b/gcc/config/i386/x-aix @@ -1,5 +1,15 @@ # There is an alloca in -lbsd, but it is limited to 32K ALLOCA = alloca.o +# If you are running out of memory while compiling gcc, with the standard +# /bin/cc uncomment MALLOCLIB line. That version of malloc is slower but +# has less overhead than the one in libc. +#MALLOCLIB = -lmalloc + +# Uncomment out the next line if you want to link with the shareable libc_s. +#CLIB_S = -lc_s + +CLIB = -lld $(MALLOCLIB) $(CLIB_S) + # Use a special fixincludes file to avoid munging types.h. FIXINCLUDES = fixinc.ps2 -- 2.30.2