From: Paul Woegerer Date: Thu, 4 Aug 2005 09:28:23 +0000 (+0000) Subject: * config/crx/crx.h: Inhibit -lm to be linked per default. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d3f663ff80cfd6e941d4dcaa7d972ee18685101e;p=gcc.git * config/crx/crx.h: Inhibit -lm to be linked per default. From-SVN: r102733 --- diff --git a/gcc/config/crx/crx.h b/gcc/config/crx/crx.h index 24ae00f6448..b1575bfb534 100644 --- a/gcc/config/crx/crx.h +++ b/gcc/config/crx/crx.h @@ -37,6 +37,9 @@ #undef ENDFILE_SPEC #define ENDFILE_SPEC "crtend.o%s crtn.o%s" +#undef MATH_LIBRARY +#define MATH_LIBRARY "" + /*****************************************************************************/ /* RUN-TIME TARGET SPECIFICATION */ /*****************************************************************************/