--- gcc/config/mips/x-sysv 2018/04/24 18:21:51 1.1.1.3 +++ gcc/config/mips/x-sysv 2018/04/24 18:29:26 1.1.1.4 @@ -17,7 +17,8 @@ OLDCC = cc -Wf,-XNg1500,-XNh2000 -Olimi #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.