diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-03-10 13:37:30 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-03-10 13:37:30 +0000 |
commit | 1e298cab6f32f3917d4fc889d16d24cd631444e3 (patch) | |
tree | 3d6fa16e7656c2f1b480c1d50065caa1b014b2a8 /toolchain | |
parent | 62af7ac8417cb4067c0e687120dda2d11ce98146 (diff) | |
download | upstream-1e298cab6f32f3917d4fc889d16d24cd631444e3.tar.gz upstream-1e298cab6f32f3917d4fc889d16d24cd631444e3.tar.bz2 upstream-1e298cab6f32f3917d4fc889d16d24cd631444e3.zip |
toolchain: fix r26004
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26006 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain')
-rw-r--r-- | toolchain/Config.in | 13 |
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 |