From 889c7fec68486040c7bce0c5da91da1450f6d9dd Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Wed, 11 Mar 1992 23:56:28 +0000 Subject: [PATCH] *** empty log message *** From-SVN: r448 --- gcc/config/rs6000/x-rs6000 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 2.30.2