]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/config/mips/x-sysv
aclocal.m4 (libiberty_AC_FUNC_C_ALLOCA): New.
[thirdparty/gcc.git] / gcc / config / mips / x-sysv
index 06b0ab5f8c404b7c3b65828d1c4e19ac2cada2be..09d467a256efb64ca3ecd648dbea85e1f1009566 100644 (file)
@@ -17,9 +17,5 @@ OLDCC         = cc -Wf,-XNg1500,-XNh2000 -Olimit 3000 $(OPT)
 #BISONFLAGS    = -l
 
 # 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
+# Some systems use version 2.11 of the compilers.  Some use version 3.11.
+CLIB= -L/usr/lib/cmplrs/cc2.11 -L/usr/lib/cmplrs/cc3.11 -lmld