瀏覽代碼

Don't bother checking, since we want an error if -msoft-float doesn't work.

Manuel Novoa III 20 年之前
父節點
當前提交
433c0b2e61
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      utils/Makefile

+ 2 - 2
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