diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2006-04-14 10:23:54 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2006-04-14 10:23:54 +0000 |
commit | 25bba9554f1383e9c76a1a63eec4659c32b947cf (patch) | |
tree | c6dea87c99b5cdc72da3811f3f95227c64f5fb3c /openwrt/toolchain/Config.in | |
parent | 9b93a39c2c52142e7200f9aee8735d5a2b7793d5 (diff) | |
download | mtk-20170518-25bba9554f1383e9c76a1a63eec4659c32b947cf.zip mtk-20170518-25bba9554f1383e9c76a1a63eec4659c32b947cf.tar.gz mtk-20170518-25bba9554f1383e9c76a1a63eec4659c32b947cf.tar.bz2 |
add preliminary support for the XScale port, generic endianness indication
SVN-Revision: 3648
Diffstat (limited to 'openwrt/toolchain/Config.in')
-rw-r--r-- | openwrt/toolchain/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/toolchain/Config.in b/openwrt/toolchain/Config.in index 080d877..a6fb858 100644 --- a/openwrt/toolchain/Config.in +++ b/openwrt/toolchain/Config.in @@ -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" |