a4cd5630b0
non-i386, non-unix, and generatable files have been trimmed, but can easily be added in later if needed. gcc-2.7.2.1 will follow shortly, it's a very small delta to this and it's handy to have both available for reference for such little cost. The freebsd-specific changes will then be committed, and once the dust has settled, the bmakefiles will be committed to use this code.
13 lines
416 B
Plaintext
13 lines
416 B
Plaintext
# 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)
|