Commit 4c6d688b by Jim Wilson

(ALLOCA): Define.

From-SVN: r5023
parent 6df4a7b9
......@@ -18,3 +18,8 @@ OLDCC = cc -Wf,-XNg1500 -Olimit 3000 $(OPT)
# This enables collect2 to link.
CLIB= -L/usr/lib/cmplrs/cc2.11 -lmld
# Show we need to use the C version of ALLOCA
# The SVR3 configurations have it, but the SVR4 configurations don't.
# For now, just try using it for all SVR* configurations.
ALLOCA = alloca.o
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