]> gcc.gnu.org Git - gcc.git/commitdiff
(CLIB): No longer need -lm.
authorRichard Kenner <kenner@gcc.gnu.org>
Mon, 5 Jul 1993 21:49:33 +0000 (17:49 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Mon, 5 Jul 1993 21:49:33 +0000 (17:49 -0400)
From-SVN: r4849

gcc/config/rs6000/x-rs6000

index 635167c2ed7d671856037b980cfe44bbf9cf1ebd..ecfc0899079c47953107a873e0cbd34abb0d05fa 100644 (file)
@@ -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
This page took 0.065218 seconds and 5 git commands to generate.