* config/crx/crx.h: Inhibit -lm to be linked per default.

From-SVN: r102733
This commit is contained in:
Paul Woegerer 2005-08-04 09:28:23 +00:00
parent b755446cef
commit d3f663ff80

View File

@ -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 */
/*****************************************************************************/