]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - arch/arm/cpu/ixp/config.mk
IXP: Make IXP buildable with arm-linux- toolchains
[karo-tx-uboot.git] / arch / arm / cpu / ixp / config.mk
index 914966599903fb08d6fceb547d93c7cf517680bc..b02e8af6ecbcae84a8d8784fa5bb138cc8a63c0b 100644 (file)
@@ -28,6 +28,9 @@ PLATFORM_RELFLAGS += -fno-common -ffixed-r8 -msoft-float -mbig-endian
 
 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
 PLATFORM_RELFLAGS += -ffunction-sections
 LDFLAGS_u-boot += --gc-sections