From ddec4fb361e6665b6c5c738f11d52954deac2439 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Mon, 5 Jul 1993 17:49:33 -0400 Subject: [PATCH] (CLIB): No longer need -lm. From-SVN: r4849 --- gcc/config/rs6000/x-rs6000 | 3 +-- 1 file changed, 1 insertion(+), 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 -- 2.7.4