diff options
author | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-03-11 23:56:28 +0000 |
---|---|---|
committer | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-03-11 23:56:28 +0000 |
commit | ec01884d88f5246fd877328a2b5a6c910fc45303 (patch) | |
tree | 91791231b88233a79aa6c64811012e47237dd473 /gcc | |
parent | 43339b849f491acf92a61657008b801ebdd7414f (diff) | |
download | gcc-ec01884d88f5246fd877328a2b5a6c910fc45303.tar.gz |
*** empty log message ***
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@448 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/rs6000/x-rs6000 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gcc/config/rs6000/x-rs6000 b/gcc/config/rs6000/x-rs6000 index b47e77c480d..bcbdeee6c7e 100644 --- a/gcc/config/rs6000/x-rs6000 +++ b/gcc/config/rs6000/x-rs6000 @@ -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 |