|
ifeq ($(strip $(UCLIBC_HAS_SOFT_FLOAT)),y)
|
|
ifeq ($(strip $(UCLIBC_HAS_SOFT_FLOAT)),y)
|
|
- override CFLAGS += $(call check_gcc,-msoft-float,CAN_NOT_SET_SOFT_FLOAT)
|
|
+# If -msoft-float isn't supported, we want an error anyway.
|
|
ifeq ($(strip $(subst ",, $(strip $(TARGET_ARCH)))),arm)
|
|
ifeq ($(strip $(subst ",, $(strip $(TARGET_ARCH)))),arm)
|