diff options
Diffstat (limited to 'utils')
-rw-r--r-- | utils/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |