* config/crx/crx.h: Inhibit -lm to be linked per default.
authorwoepaul <woepaul@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 4 Aug 2005 09:28:23 +0000 (09:28 +0000)
committerwoepaul <woepaul@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 4 Aug 2005 09:28:23 +0000 (09:28 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102733 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/crx/crx.h

index 24ae00f..b1575bf 100644 (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                                            */
 /*****************************************************************************/