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