8sa1-gcc/gcc/config/i386/x-aix

13 lines
416 B
Plaintext
Raw Normal View History

1992-01-18 02:42:17 -05:00
# There is an alloca in -lbsd, but it is limited to 32K
ALLOCA = alloca.o
1993-05-24 02:52:53 -04:00
# 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)