OSDN Git Service

*** empty log message ***
authorrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 11 Mar 1992 23:56:28 +0000 (23:56 +0000)
committerrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 11 Mar 1992 23:56:28 +0000 (23:56 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@448 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/rs6000/x-rs6000

index b47e77c..bcbdeee 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