From: Richard Kenner Date: Mon, 5 Jul 1993 21:49:33 +0000 (-0400) Subject: (CLIB): No longer need -lm. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ddec4fb361e6665b6c5c738f11d52954deac2439;p=gcc.git (CLIB): No longer need -lm. From-SVN: r4849 --- diff --git a/gcc/config/rs6000/x-rs6000 b/gcc/config/rs6000/x-rs6000 index 635167c2ed7..ecfc0899079 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