Merge "Revert "u-boot: Remove soft-float compile flag""

This commit is contained in:
Linux Build Service Account 2020-05-26 16:25:44 -07:00 committed by Gerrit - the friendly Code Review server
commit c2205e8cb1

View file

@ -16,7 +16,7 @@ endif
LDFLAGS_FINAL += --gc-sections
PLATFORM_RELFLAGS += -ffunction-sections -fdata-sections \
-fno-common -ffixed-r9
PLATFORM_RELFLAGS += \
PLATFORM_RELFLAGS += $(call cc-option, -msoft-float) \
$(call cc-option,-mshort-load-bytes,$(call cc-option,-malignment-traps,))
PLATFORM_CPPFLAGS += -D__ARM__