aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1993-07-05 17:49:33 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1993-07-05 17:49:33 -0400
commitddec4fb361e6665b6c5c738f11d52954deac2439 (patch)
treecaeace4b46bf943e8e290c35596ad3240ba6a574
parent870dfbc8c19a02551ec359071e321e993139ae78 (diff)
downloadgcc-ddec4fb361e6665b6c5c738f11d52954deac2439.zip
gcc-ddec4fb361e6665b6c5c738f11d52954deac2439.tar.gz
gcc-ddec4fb361e6665b6c5c738f11d52954deac2439.tar.bz2
(CLIB): No longer need -lm.
From-SVN: r4849
-rw-r--r--gcc/config/rs6000/x-rs60003
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/config/rs6000/x-rs6000 b/gcc/config/rs6000/x-rs6000
index 635167c..ecfc089 100644
--- a/gcc/config/rs6000/x-rs6000
+++ b/gcc/config/rs6000/x-rs6000
@@ -4,8 +4,7 @@ INSTALL=/usr/ucb/install -c
# Show we need to use the C version of ALLOCA
ALLOCA=alloca.o
-# For some reason, we need -lm for cc1.
# 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
+CLIB=-lld