From: Jim Wilson Date: Wed, 28 Jul 1993 17:46:55 +0000 (-0700) Subject: (ALLOCA): Define. X-Git-Tag: misc/cutover-egcs-0~8920 X-Git-Url: https://gcc.gnu.org/git/?a=commitdiff_plain;h=4c6d688ba03b176e10d251bbca1e4b4c95bf0a9e;p=gcc.git (ALLOCA): Define. From-SVN: r5023 --- diff --git a/gcc/config/mips/x-sysv b/gcc/config/mips/x-sysv index 049ee8223313..60aa320c974c 100644 --- a/gcc/config/mips/x-sysv +++ b/gcc/config/mips/x-sysv @@ -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