summaryrefslogtreecommitdiffstats
path: root/openwrt/toolchain/Config.in
diff options
context:
space:
mode:
authorkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-04-17 18:03:53 +0000
committerkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-04-17 18:03:53 +0000
commit7d4f5a1aef10a28f14b9548c4c53d9c62509b041 (patch)
treec20dba1c9631b28520dd124da7498077bababe22 /openwrt/toolchain/Config.in
parentdc6cdad9ce492723a0be9588d60c092c987e3b68 (diff)
XScale support (Gateway 7001), take two
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3665 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/toolchain/Config.in')
-rw-r--r--openwrt/toolchain/Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/toolchain/Config.in b/openwrt/toolchain/Config.in
index 79a991bb4..75400bc20 100644
--- a/openwrt/toolchain/Config.in
+++ b/openwrt/toolchain/Config.in
@@ -10,7 +10,7 @@ if CONFIG_DEVEL
comment "Common Toolchain Options"
endif
if !CONFIG_DEVEL
-comment "Using defaults
+comment "Using defaults"
endif
config BR2_ENABLE_MULTILIB
@@ -42,7 +42,7 @@ config BR2_TARGET_OPTIMIZATION
string "Target Optimizations" if CONFIG_DEVEL
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 -mcpu=xscale -mno-thumb-interwork -mno-thumb -funit-at-a-time" if BR2_armeb
default "-Os -pipe -funit-at-a-time"
help
Optimizations to use when building for the target host.