*** empty log message ***
authorRichard Stallman <rms@gnu.org>
Wed, 11 Mar 1992 23:56:28 +0000 (23:56 +0000)
committerRichard Stallman <rms@gnu.org>
Wed, 11 Mar 1992 23:56:28 +0000 (23:56 +0000)
From-SVN: r448

gcc/config/rs6000/x-rs6000

index b47e77c480de834df7ea76bf5313c34a3ea4b0c6..bcbdeee6c7e53b8b4cd72f2192054deee3191663 100644 (file)
@@ -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