From 4c6d688ba03b176e10d251bbca1e4b4c95bf0a9e Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Wed, 28 Jul 1993 10:46:55 -0700 Subject: [PATCH] (ALLOCA): Define. From-SVN: r5023 --- gcc/config/mips/x-sysv | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gcc/config/mips/x-sysv b/gcc/config/mips/x-sysv index 049ee822331..60aa320c974 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 -- 2.30.2