From 433c0b2e61802f0020b6b6122bc6db0ba9633b86 Mon Sep 17 00:00:00 2001 From: Manuel Novoa III Date: Mon, 24 Nov 2003 04:23:31 +0000 Subject: Don't bother checking, since we want an error if -msoft-float doesn't work. --- utils/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'utils') diff --git a/utils/Makefile b/utils/Makefile index 57aed1780..705b23d27 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -80,8 +80,8 @@ endif LDADD_LIBFLOAT= ifeq ($(strip $(UCLIBC_HAS_SOFT_FLOAT)),y) - override CFLAGS += $(call check_gcc,-msoft-float,CAN_NOT_SET_SOFT_FLOAT) - #LDFLAGS+= -Wa,-mno-fpu +# If -msoft-float isn't supported, we want an error anyway. + override CFLAGS += -msoft-float ifeq ($(strip $(subst ",, $(strip $(TARGET_ARCH)))),arm) LDADD_LIBFLOAT=-lfloat endif -- cgit v1.2.3