diff options
author | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-05-18 13:36:58 +0000 |
---|---|---|
committer | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-05-18 13:36:58 +0000 |
commit | c5f7c391b56bb88e21895f0fc9310cd0919e8d0c (patch) | |
tree | 53240a75f4a7b772a2b8e5292123aaf6ab2d7865 /toolchain/gcc | |
parent | fda10e781833cd61fc54cdba650e84b9edcf66de (diff) |
disable EABI for gemini and storm -- our toolchain can't support EABI on plain armv4, yet
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15914 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/gcc')
-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 |