toolchain: fix r26004
authorFelix Fietkau <nbd@openwrt.org>
Thu, 10 Mar 2011 13:37:30 +0000 (13:37 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Thu, 10 Mar 2011 13:37:30 +0000 (13:37 +0000)
SVN-Revision: 26006

toolchain/Config.in

index bc9e6df06d22f44f1bace8d07ab96749fe2d87cf..540ae067cbdd57cc536722d67b308cb1fa18e0a4 100644 (file)
@@ -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