aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/i386/x-aix
blob: b191e48fd0f03aa098254a729b8cd71e0ca8afc3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# 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)