Commit 87d11e43 by Richard Stallman

(CLIB): Defined.

From-SVN: r4553
parent f91d9a46
# There is an alloca in -lbsd, but it is limited to 32K # There is an alloca in -lbsd, but it is limited to 32K
ALLOCA = alloca.o 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. # Use a special fixincludes file to avoid munging types.h.
FIXINCLUDES = fixinc.ps2 FIXINCLUDES = fixinc.ps2
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment