forked from pool/u-boot
1 OBS-URL: https://build.opensuse.org/request/show/263512 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/u-boot?expand=0&rev=36
14 lines
475 B
Diff
14 lines
475 B
Diff
diff --git a/arch/arm/config.mk b/arch/arm/config.mk
|
|
index c339e6d..cd41e48 100644
|
|
--- a/arch/arm/config.mk
|
|
+++ b/arch/arm/config.mk
|
|
@@ -16,7 +16,7 @@ endif
|
|
LDFLAGS_FINAL += --gc-sections
|
|
PLATFORM_RELFLAGS += -ffunction-sections -fdata-sections \
|
|
-fno-common -ffixed-r9
|
|
-PLATFORM_RELFLAGS += $(call cc-option, -msoft-float) \
|
|
+PLATFORM_RELFLAGS += \
|
|
$(call cc-option,-mshort-load-bytes,$(call cc-option,-malignment-traps,))
|
|
|
|
# Support generic board on ARM
|