]> gcc.gnu.org Git - gcc.git/commitdiff
(ALLOCA): Define.
authorJim Wilson <wilson@gcc.gnu.org>
Wed, 28 Jul 1993 17:46:55 +0000 (10:46 -0700)
committerJim Wilson <wilson@gcc.gnu.org>
Wed, 28 Jul 1993 17:46:55 +0000 (10:46 -0700)
From-SVN: r5023

gcc/config/mips/x-sysv

index 049ee8223313518de1db1728c6193673358398db..60aa320c974c8ade8740204778e181fa633cf07d 100644 (file)
@@ -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
This page took 0.059572 seconds and 5 git commands to generate.