svn commit: trunk/uClibc

lethal at uclibc.org lethal at uclibc.org
Thu Aug 21 08:59:27 UTC 2008


Author: lethal
Date: 2008-08-21 01:59:27 -0700 (Thu, 21 Aug 2008)
New Revision: 23133

Log:
Disable -msoft-float usage on SH, gcc doesn't support it.



Modified:
   trunk/uClibc/Rules.mak


Changeset:
Modified: trunk/uClibc/Rules.mak
===================================================================
--- trunk/uClibc/Rules.mak	2008-08-21 08:33:24 UTC (rev 23132)
+++ trunk/uClibc/Rules.mak	2008-08-21 08:59:27 UTC (rev 23133)
@@ -474,9 +474,11 @@
 # soft float encodings.
 ifneq ($(TARGET_ARCH),nios)
 ifneq ($(TARGET_ARCH),nios2)
+ifneq ($(TARGET_ARCH),sh)
 CFLAGS += -msoft-float
 endif
 endif
+endif
 ifeq ($(TARGET_ARCH),arm)
 # No longer needed with current toolchains, but leave it here for now.
 # If anyone is actually still using gcc 2.95 (say), they can uncomment it.




More information about the uClibc-cvs mailing list