diff options
author | Richard Stallman <rms@gnu.org> | 1992-06-11 04:50:19 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1992-06-11 04:50:19 +0000 |
commit | f4812cbec6ebc50afa897ad9a4ac0b9662b54a0b (patch) | |
tree | a4835dad4016984e3b181f4de32742103d9b5f1a | |
parent | d27ea9162beda966d1836482eb05a7be86e46ac1 (diff) | |
download | gcc-f4812cbec6ebc50afa897ad9a4ac0b9662b54a0b.zip gcc-f4812cbec6ebc50afa897ad9a4ac0b9662b54a0b.tar.gz gcc-f4812cbec6ebc50afa897ad9a4ac0b9662b54a0b.tar.bz2 |
*** empty log message ***
From-SVN: r1189
-rw-r--r-- | gcc/config/mips/x-mips | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config/mips/x-mips b/gcc/config/mips/x-mips index 0498bb1..5f9ad70 100644 --- a/gcc/config/mips/x-mips +++ b/gcc/config/mips/x-mips @@ -15,3 +15,6 @@ X_CFLAGS = -O1 # The bison output files are machine-indep, # so different flags for a particular machine are not useful. #BISONFLAGS = -l + +# This is so we can link collect2 running native. +CLIB = -lmld |