add preliminary support for the XScale port, generic endianness indication
[openwrt/staging/mkresin.git] / openwrt / toolchain / Config.in
index 080d87761fdfb14096553e7b73f00411d2b73aaf..a6fb858353d1f3aa6059d450a40afd86424a94e5 100644 (file)
@@ -26,4 +26,5 @@ config BR2_TARGET_OPTIMIZATION
        string
        default "-Os -pipe -march=i486 -funit-at-a-time" if BR2_i386
        default "-Os -pipe -mips32 -mtune=mips32 -funit-at-a-time" if BR2_mipsel || BR2_mips
+       default "-Os -pipe -mcpu=xscale -funit-at-a-time" if BR2_armeb
        default "-Os -pipe -funit-at-a-time"