--- gcc/config/mips/x-sysv 2018/04/24 18:15:35 1.1.1.2 +++ gcc/config/mips/x-sysv 2018/04/24 18:29:26 1.1.1.4 @@ -10,14 +10,15 @@ CC = $(OLDCC) OPT = -O1 -OLDCC = cc -Wf,-XNg1500,-XNh1500 -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 # Show we need to use the C version of ALLOCA # The SVR3 configurations have it, but the SVR4 configurations don't.