summaryrefslogtreecommitdiffstats
path: root/toolchain/Config.in
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2011-03-07 12:59:19 +0000
committerImre Kaloz <kaloz@openwrt.org>2011-03-07 12:59:19 +0000
commitb74308c4337b9309f2eb86ca54e6c10edebddc13 (patch)
treeb206df58e5ba505c00a6419d242b7c5d6402be83 /toolchain/Config.in
parent9649777395e0c292fdf1e7b25d7615582d44cfa1 (diff)
downloadmaster-31e0f0ae-b74308c4337b9309f2eb86ca54e6c10edebddc13.tar.gz
master-31e0f0ae-b74308c4337b9309f2eb86ca54e6c10edebddc13.tar.bz2
master-31e0f0ae-b74308c4337b9309f2eb86ca54e6c10edebddc13.zip
only support EABI on ARM targets
SVN-Revision: 25928
Diffstat (limited to 'toolchain/Config.in')
-rw-r--r--toolchain/Config.in15
1 files changed, 2 insertions, 13 deletions
diff --git a/toolchain/Config.in b/toolchain/Config.in
index bc9e6df06d..61a54a3532 100644
--- a/toolchain/Config.in
+++ b/toolchain/Config.in
@@ -86,14 +86,6 @@ menuconfig TOOLCHAINOPTS
bool "Toolchain Options" if DEVEL
depends NEED_TOOLCHAIN
-config EABI_SUPPORT
- bool
- depends arm||armeb
- prompt "Enable EABI support" if TOOLCHAINOPTS
- default y
- help
- Enable ARM EABI support
-
menuconfig EXTRA_TARGET_ARCH
bool
prompt "Enable an extra toolchain target architecture" if TOOLCHAINOPTS
@@ -205,8 +197,5 @@ config LIBC_VERSION
config TARGET_SUFFIX
string
- default "gnueabi" if (USE_EGLIBC || USE_GLIBC) && EABI_SUPPORT
- default "gnu" if (USE_EGLIBC || USE_GLIBC) && !EABI_SUPPORT
- default "uclibcgnueabi" if USE_UCLIBC && EABI_SUPPORT
- default "uclibc" if USE_UCLIBC && !EABI_SUPPORT
-
+ default "gnueabi" if (USE_EGLIBC || USE_GLIBC)
+ default "uclibcgnueabi" if USE_UCLIBC