diff options
author | Manuel Novoa III <mjn3@codepoet.org> | 2003-11-23 18:45:12 +0000 |
---|---|---|
committer | Manuel Novoa III <mjn3@codepoet.org> | 2003-11-23 18:45:12 +0000 |
commit | b8b863e9ce3ed787335503714937032396bf6187 (patch) | |
tree | bba0ff4c22a1c3316d5ea9f6ec8cc465841d5e2e /utils | |
parent | 498d8099a6e4163798d327c9cc727fa0282bd716 (diff) |
Protect against quoting changes.
Diffstat (limited to 'utils')
-rw-r--r-- | utils/Makefile | 2 |
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 |