summaryrefslogtreecommitdiff
path: root/gcc/config/crx
diff options
context:
space:
mode:
authorPaul Woegerer <woepaul@gcc.gnu.org>2005-08-04 09:28:23 +0000
committerPaul Woegerer <woepaul@gcc.gnu.org>2005-08-04 09:28:23 +0000
commitd3f663ff80cfd6e941d4dcaa7d972ee18685101e (patch)
tree8c056ab4a9fe10e74b42df48cb626f64d7b8851c /gcc/config/crx
parentb755446cef42521b9cbfbf4a3fe334db4d9054f2 (diff)
downloadgcc-d3f663ff80cfd6e941d4dcaa7d972ee18685101e.tar.gz
* config/crx/crx.h: Inhibit -lm to be linked per default.
From-SVN: r102733
Diffstat (limited to 'gcc/config/crx')
-rw-r--r--gcc/config/crx/crx.h3
1 files changed, 3 insertions, 0 deletions
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 */
/*****************************************************************************/