summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorManuel Novoa III <mjn3@codepoet.org>2003-11-23 18:45:12 +0000
committerManuel Novoa III <mjn3@codepoet.org>2003-11-23 18:45:12 +0000
commitb8b863e9ce3ed787335503714937032396bf6187 (patch)
treebba0ff4c22a1c3316d5ea9f6ec8cc465841d5e2e /utils
parent498d8099a6e4163798d327c9cc727fa0282bd716 (diff)
Protect against quoting changes.
Diffstat (limited to 'utils')
-rw-r--r--utils/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/Makefile b/utils/Makefile
index d339c8dc5..6abcd160a 100644
--- a/utils/Makefile
+++ b/utils/Makefile
@@ -82,7 +82,7 @@ LDADD_LIBFLOAT=
ifeq ($(strip $(UCLIBC_HAS_SOFT_FLOAT)),y)
CFLAGS += $(call check_gcc,-msoft-float,)
#LDFLAGS+= -Wa,-mno-fpu
-ifeq ($(strip $(TARGET_ARCH)),"arm")
+ifeq ($(strip $(subst ",, $(strip $(TARGET_ARCH)))),arm)
LDADD_LIBFLOAT=-lfloat
endif
endif