OSDN Git Service

Don't bother checking, since we want an error if -msoft-float doesn't work.
authorManuel Novoa III <mjn3@codepoet.org>
Mon, 24 Nov 2003 04:23:31 +0000 (04:23 -0000)
committerManuel Novoa III <mjn3@codepoet.org>
Mon, 24 Nov 2003 04:23:31 +0000 (04:23 -0000)
utils/Makefile

index 57aed17..705b23d 100644 (file)
@@ -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