diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2009-06-01 18:15:30 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2009-06-01 18:15:30 +0000 |
commit | 7f9fd5033cbebc20e18b3b30ff6e821d3cc1c9d7 (patch) | |
tree | 36948d719382e41ce2780c08d20f83cefc50cf39 /toolchain/gcc/Config.in | |
parent | 51ed99475fdb54548c6f06637ad3fd4386d25377 (diff) | |
download | upstream-7f9fd5033cbebc20e18b3b30ff6e821d3cc1c9d7.tar.gz upstream-7f9fd5033cbebc20e18b3b30ff6e821d3cc1c9d7.tar.bz2 upstream-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/Config.in')
-rw-r--r-- | toolchain/gcc/Config.in | 2 |
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 |