From: Richard Stallman Date: Mon, 24 May 1993 06:52:53 +0000 (+0000) Subject: (CLIB): Defined. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=87d11e4386cc35cc4b7ad51882e0ba8718e459bb;p=gcc.git (CLIB): Defined. From-SVN: r4553 --- 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