svn commit: trunk/uClibc

psm at uclibc.org psm at uclibc.org
Mon Jan 2 15:57:13 UTC 2006


Author: psm
Date: 2006-01-02 07:57:11 -0800 (Mon, 02 Jan 2006)
New Revision: 13031

Log:
TARGET_ARCH is already stripped, do not do it again for nios2

Modified:
   trunk/uClibc/Rules.mak


Changeset:
Modified: trunk/uClibc/Rules.mak
===================================================================
--- trunk/uClibc/Rules.mak	2006-01-02 15:08:09 UTC (rev 13030)
+++ trunk/uClibc/Rules.mak	2006-01-02 15:57:11 UTC (rev 13031)
@@ -279,7 +279,7 @@
 # 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)
+ifneq ($(TARGET_ARCH),nios2)
     CPU_CFLAGS += -msoft-float
 endif
 ifeq ($(TARGET_ARCH),arm)




More information about the uClibc-cvs mailing list