From d38e11bd8d81a1afecdfab26c1100fbc2ea66fc2 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Mon, 2 Jan 2006 15:57:11 +0000 Subject: TARGET_ARCH is already stripped, do not do it again for nios2 --- Rules.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Rules.mak') diff --git a/Rules.mak b/Rules.mak index da7b8938b..16e9710df 100644 --- a/Rules.mak +++ b/Rules.mak @@ -279,7 +279,7 @@ ifeq ($(UCLIBC_HAS_SOFT_FLOAT),y) # 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) -- cgit v1.2.3