diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2008-04-27 17:03:01 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2008-04-27 17:03:01 +0000 |
commit | a4dd1adf4a718f4eec35a561be068e2e8f885ae2 (patch) | |
tree | ac861981b1df2200cf8c304636c7c4cd59ac3df9 /toolchain/Config.in | |
parent | 261802269dd138d350a124aacc0900d60c800671 (diff) | |
download | upstream-a4dd1adf4a718f4eec35a561be068e2e8f885ae2.tar.gz upstream-a4dd1adf4a718f4eec35a561be068e2e8f885ae2.tar.bz2 upstream-a4dd1adf4a718f4eec35a561be068e2e8f885ae2.zip |
add preliminary support for Storm SL3512 based devices, not ready yet
SVN-Revision: 10956
Diffstat (limited to 'toolchain/Config.in')
-rw-r--r-- | toolchain/Config.in | 1 |
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. |