diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2011-02-25 16:52:25 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2011-02-25 16:52:25 +0000 |
commit | a3989e3dbd80248789ee379538e6de22c1d47d0e (patch) | |
tree | d3dd71642bc0aec3dd68339e121b0537762962bd /toolchain/Config.in | |
parent | 5a8a9a0e23f1467eaeaef475a8bea0542e9ecad8 (diff) | |
download | upstream-a3989e3dbd80248789ee379538e6de22c1d47d0e.tar.gz upstream-a3989e3dbd80248789ee379538e6de22c1d47d0e.tar.bz2 upstream-a3989e3dbd80248789ee379538e6de22c1d47d0e.zip |
We use different toolchain directories for different ARM archs, so we should set the default arch of gcc to reflect this.
This enables EABI support for armv4 CPUs.
Signed-off-by: Jochen Friedrich <jochen@scram.de>
SVN-Revision: 25705
Diffstat (limited to 'toolchain/Config.in')
-rw-r--r-- | toolchain/Config.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/toolchain/Config.in b/toolchain/Config.in index 318847f736..bc9e6df06d 100644 --- a/toolchain/Config.in +++ b/toolchain/Config.in @@ -90,8 +90,6 @@ config EABI_SUPPORT bool depends arm||armeb prompt "Enable EABI support" if TOOLCHAINOPTS - default n if TARGET_gemini - default n if TARGET_cns21xx default y help Enable ARM EABI support |