diff options
author | Jim Wilson <wilson@gcc.gnu.org> | 1993-07-28 10:46:55 -0700 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1993-07-28 10:46:55 -0700 |
commit | 4c6d688ba03b176e10d251bbca1e4b4c95bf0a9e (patch) | |
tree | ea91acd10a97035308364427784fdcb1a7abeee2 | |
parent | 6df4a7b923f9a6f71dd67f08061a4455caf301b7 (diff) | |
download | gcc-4c6d688ba03b176e10d251bbca1e4b4c95bf0a9e.zip gcc-4c6d688ba03b176e10d251bbca1e4b4c95bf0a9e.tar.gz gcc-4c6d688ba03b176e10d251bbca1e4b4c95bf0a9e.tar.bz2 |
(ALLOCA): Define.
From-SVN: r5023
-rw-r--r-- | gcc/config/mips/x-sysv | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/config/mips/x-sysv b/gcc/config/mips/x-sysv index 049ee82..60aa320 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 |