aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1992-03-11 23:56:28 +0000
committerRichard Stallman <rms@gnu.org>1992-03-11 23:56:28 +0000
commit889c7fec68486040c7bce0c5da91da1450f6d9dd (patch)
tree91791231b88233a79aa6c64811012e47237dd473
parent9ce2457e22d14ffeece57eb68cfbd0e7038a08a5 (diff)
downloadgcc-889c7fec68486040c7bce0c5da91da1450f6d9dd.zip
gcc-889c7fec68486040c7bce0c5da91da1450f6d9dd.tar.gz
gcc-889c7fec68486040c7bce0c5da91da1450f6d9dd.tar.bz2
*** empty log message ***
From-SVN: r448
-rw-r--r--gcc/config/rs6000/x-rs60005
1 files changed, 4 insertions, 1 deletions
diff --git a/gcc/config/rs6000/x-rs6000 b/gcc/config/rs6000/x-rs6000
index b47e77c..bcbdeee 100644
--- a/gcc/config/rs6000/x-rs6000
+++ b/gcc/config/rs6000/x-rs6000
@@ -9,4 +9,7 @@ ALLOCA_FLAGS=-c
ALLOCA_FINISH=
# For some reason, we need -lm for cc1.
-CLIB=-lm
+# We need -lld for collect2 (actually this only matters
+# for a native compiler, but this is as good a place as any
+# to define the symbol).
+CLIB=-lm -lld