summaryrefslogtreecommitdiffstats
path: root/toolchain/Config.in
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-03-10 13:37:30 +0000
committerFelix Fietkau <nbd@openwrt.org>2011-03-10 13:37:30 +0000
commit2efb2ef8b1b6b3af989496157c3ef1243c817a6b (patch)
treecfe3723fbb9f8b4f4b2c2b9e452d87908c1f92a5 /toolchain/Config.in
parent34f90988dd1604e1a32003d50e8fc31f247707a3 (diff)
downloadmaster-31e0f0ae-2efb2ef8b1b6b3af989496157c3ef1243c817a6b.tar.gz
master-31e0f0ae-2efb2ef8b1b6b3af989496157c3ef1243c817a6b.tar.bz2
master-31e0f0ae-2efb2ef8b1b6b3af989496157c3ef1243c817a6b.zip
toolchain: fix r26004
SVN-Revision: 26006
Diffstat (limited to 'toolchain/Config.in')
-rw-r--r--toolchain/Config.in13
1 files changed, 5 insertions, 8 deletions
diff --git a/toolchain/Config.in b/toolchain/Config.in
index bc9e6df06d..540ae067cb 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
@@ -203,6 +195,11 @@ config LIBC_VERSION
default GLIBC_VERSION if USE_GLIBC
default UCLIBC_VERSION if USE_UCLIBC
+config EABI_SUPPORT
+ bool
+ depends arm||armeb
+ default y
+
config TARGET_SUFFIX
string
default "gnueabi" if (USE_EGLIBC || USE_GLIBC) && EABI_SUPPORT