summaryrefslogtreecommitdiffstats
path: root/toolchain/gcc
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2009-06-01 18:15:30 +0000
committerImre Kaloz <kaloz@openwrt.org>2009-06-01 18:15:30 +0000
commit7f9fd5033cbebc20e18b3b30ff6e821d3cc1c9d7 (patch)
tree36948d719382e41ce2780c08d20f83cefc50cf39 /toolchain/gcc
parent51ed99475fdb54548c6f06637ad3fd4386d25377 (diff)
downloadmaster-31e0f0ae-7f9fd5033cbebc20e18b3b30ff6e821d3cc1c9d7.tar.gz
master-31e0f0ae-7f9fd5033cbebc20e18b3b30ff6e821d3cc1c9d7.tar.bz2
master-31e0f0ae-7f9fd5033cbebc20e18b3b30ff6e821d3cc1c9d7.zip
now that the gemini target is working, get rid of the obsolete and buggy storm target
SVN-Revision: 16274
Diffstat (limited to 'toolchain/gcc')
-rw-r--r--toolchain/gcc/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in
index b5642ec595..6c141e3072 100644
--- a/toolchain/gcc/Config.in
+++ b/toolchain/gcc/Config.in
@@ -35,7 +35,7 @@ config EABI_SUPPORT
bool
depends arm||armeb
prompt "Enable EABI support" if TOOLCHAINOPTS
- default n if (TARGET_gemini || TARGET_storm)
+ default n if TARGET_gemini
default y
help
Enable ARM EABI support