Commit d3f663ff by Paul Woegerer

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

From-SVN: r102733
parent b755446c
...@@ -37,6 +37,9 @@ ...@@ -37,6 +37,9 @@
#undef ENDFILE_SPEC #undef ENDFILE_SPEC
#define ENDFILE_SPEC "crtend.o%s crtn.o%s" #define ENDFILE_SPEC "crtend.o%s crtn.o%s"
#undef MATH_LIBRARY
#define MATH_LIBRARY ""
/*****************************************************************************/ /*****************************************************************************/
/* RUN-TIME TARGET SPECIFICATION */ /* RUN-TIME TARGET SPECIFICATION */
/*****************************************************************************/ /*****************************************************************************/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment