|
@@ -28,6 +28,9 @@ PLATFORM_RELFLAGS += -fno-common -ffixed-r8 -msoft-float -mbig-endian
|
|
|
|
|
|
PLATFORM_CPPFLAGS += -mbig-endian -march=armv5te -mtune=strongarm1100
|
|
PLATFORM_CPPFLAGS += -mbig-endian -march=armv5te -mtune=strongarm1100
|
|
|
|
|
|
|
|
+PLATFORM_LDFLAGS += -EB
|
|
|
|
+USE_PRIVATE_LIBGCC = yes
|
|
|
|
+
|
|
# -fdata-sections triggers "section .bss overlaps section .rel.dyn" linker error
|
|
# -fdata-sections triggers "section .bss overlaps section .rel.dyn" linker error
|
|
PLATFORM_RELFLAGS += -ffunction-sections
|
|
PLATFORM_RELFLAGS += -ffunction-sections
|
|
LDFLAGS_u-boot += --gc-sections
|
|
LDFLAGS_u-boot += --gc-sections
|