svn commit: trunk/uClibc

vapier at uclibc.org vapier at uclibc.org
Fri Dec 30 06:58:40 UTC 2005


Author: vapier
Date: 2005-12-29 22:58:39 -0800 (Thu, 29 Dec 2005)
New Revision: 13025

Log:
Bug 616, Thomas Chou: dont use -msoft-float on nios2 ports

Modified:
   trunk/uClibc/Rules.mak


Changeset:
Modified: trunk/uClibc/Rules.mak
===================================================================
--- trunk/uClibc/Rules.mak	2005-12-30 06:56:33 UTC (rev 13024)
+++ trunk/uClibc/Rules.mak	2005-12-30 06:58:39 UTC (rev 13025)
@@ -279,7 +279,9 @@
 # If -msoft-float isn't supported, we want an error anyway.
 # Hmm... might need to revisit this for arm since it has 2 different
 # soft float encodings.
+ifneq ($(strip $(TARGET_ARCH)),nios2)
     CPU_CFLAGS += -msoft-float
+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