diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2009-05-18 13:36:58 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2009-05-18 13:36:58 +0000 |
commit | 267af10b33745d098198ad9c1d2b5ab69efb128f (patch) | |
tree | 4903e2c71b5e6b02317f291b1f368f9ecb53cb41 | |
parent | e965c028208d233ecdc3edd5a999835afec90532 (diff) | |
download | upstream-267af10b33745d098198ad9c1d2b5ab69efb128f.tar.gz upstream-267af10b33745d098198ad9c1d2b5ab69efb128f.tar.bz2 upstream-267af10b33745d098198ad9c1d2b5ab69efb128f.zip |
disable EABI for gemini and storm -- our toolchain can't support EABI on plain armv4, yet
SVN-Revision: 15914
-rw-r--r-- | toolchain/gcc/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in index 458c5b2b14..b5642ec595 100644 --- a/toolchain/gcc/Config.in +++ b/toolchain/gcc/Config.in @@ -35,6 +35,7 @@ config EABI_SUPPORT bool depends arm||armeb prompt "Enable EABI support" if TOOLCHAINOPTS + default n if (TARGET_gemini || TARGET_storm) default y help Enable ARM EABI support |