From: Richard Stallman Date: Wed, 11 Mar 1992 23:56:28 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=889c7fec68486040c7bce0c5da91da1450f6d9dd;p=gcc.git *** empty log message *** From-SVN: r448 --- 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