diff options
author | wilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4> | 1994-12-20 01:58:17 +0000 |
---|---|---|
committer | wilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4> | 1994-12-20 01:58:17 +0000 |
commit | 31ca5c7644f9dda0ca389f05b7e0dbc3ebcef55e (patch) | |
tree | 28bc1e343f61703e9a27cb7ca673ce1576b684d3 | |
parent | 5f5c4e1cd01ca8b209d39122ae61ba916bc30b15 (diff) | |
download | gcc-31ca5c7644f9dda0ca389f05b7e0dbc3ebcef55e.tar.gz |
(CLIB): Add -L/usr/lib/cmplrs/cc3.11.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@8672 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r-- | gcc/config/mips/x-sysv | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/config/mips/x-sysv b/gcc/config/mips/x-sysv index 06b0ab5f8c4..2c173b159a5 100644 --- a/gcc/config/mips/x-sysv +++ b/gcc/config/mips/x-sysv @@ -17,7 +17,8 @@ OLDCC = cc -Wf,-XNg1500,-XNh2000 -Olimit 3000 $(OPT) #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. |