|
ifeq ($(strip $(UCLIBC_HAS_SOFT_FLOAT)),y)
|
|
ifeq ($(strip $(UCLIBC_HAS_SOFT_FLOAT)),y)
|
|
- CFLAGS += $(call check_gcc,-msoft-float,)
|
|
+ override CFLAGS += $(call check_gcc,-msoft-float,CAN_NOT_SET_SOFT_FLOAT)
|
|
ifeq ($(strip $(subst ",, $(strip $(TARGET_ARCH)))),arm)
|
|
ifeq ($(strip $(subst ",, $(strip $(TARGET_ARCH)))),arm)
|