]> 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 049ee8223313518de1db1728c6193673358398db..09d467a256efb64ca3ecd648dbea85e1f1009566 100644 (file)
 
 CC             = $(OLDCC)
 OPT            = -O1
-OLDCC          = cc -Wf,-XNg1500 -Olimit 3000 $(OPT)
+OLDCC          = cc -Wf,-XNg1500,-XNh2000 -Olimit 3000 $(OPT)
 
 # The bison output files are machine-indep,
 # so different flags for a particular machine are not useful.
 #BISONFLAGS    = -l
 
 # This enables collect2 to link.
-CLIB= -L/usr/lib/cmplrs/cc2.11 -lmld
+# 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