From b8b863e9ce3ed787335503714937032396bf6187 Mon Sep 17 00:00:00 2001 From: Manuel Novoa III Date: Sun, 23 Nov 2003 18:45:12 +0000 Subject: Protect against quoting changes. --- utils/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils') 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 -- cgit v1.2.3