aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/Config.in
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2008-04-27 17:03:01 +0000
committerImre Kaloz <kaloz@openwrt.org>2008-04-27 17:03:01 +0000
commit3166c564d96709eea69fd48b89587d78577b49f7 (patch)
tree44a709d369ce31f92fa83676b58e430e25233d01 /toolchain/Config.in
parentac347b46b0f895afc1b473a2ed5574d82863f2da (diff)
downloadupstream-3166c564d96709eea69fd48b89587d78577b49f7.tar.gz
upstream-3166c564d96709eea69fd48b89587d78577b49f7.tar.bz2
upstream-3166c564d96709eea69fd48b89587d78577b49f7.zip
add preliminary support for Storm SL3512 based devices, not ready yet
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10956 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/Config.in')
-rw-r--r--toolchain/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/toolchain/Config.in b/toolchain/Config.in
index c73e092909..a6b0683498 100644
--- a/toolchain/Config.in
+++ b/toolchain/Config.in
@@ -85,6 +85,7 @@ config TARGET_OPTIMIZATION
default "-Os -pipe -march=i486 -funit-at-a-time" if TARGET_rdc
default "-Os -pipe -mips32 -mtune=mips32 -funit-at-a-time" if mipsel || mips
default "-Os -pipe -march=armv5te -mtune=xscale -funit-at-a-time" if TARGET_ixp4xx || TARGET_iop32x || TARGET_pxa
+ default "-Os -pipe -march=armv4t -mtune=arm9tdmi -funit-at-a-time" if TARGET_storm
default "-Os -pipe -funit-at-a-time"
help
Optimizations to use when building for the target host.