move EABI config option out of GCC
authorNicolas Thill <nico@openwrt.org>
Sat, 26 Sep 2009 21:34:40 +0000 (21:34 +0000)
committerNicolas Thill <nico@openwrt.org>
Sat, 26 Sep 2009 21:34:40 +0000 (21:34 +0000)
SVN-Revision: 17753

toolchain/Config.in
toolchain/gcc/Config.in

index 84b50bbd0a4bb3d575baee0265ad666f0ac4341d..aaf4f47006dfc4c5f326c6ae48af776cd83f250e 100644 (file)
@@ -86,6 +86,15 @@ menuconfig TOOLCHAINOPTS
        bool "Toolchain Options"  if DEVEL
        depends NEED_TOOLCHAIN
 
+config EABI_SUPPORT
+       bool
+       depends arm||armeb
+       prompt "Enable EABI support" if TOOLCHAINOPTS
+       default n if TARGET_gemini
+       default y
+       help
+         Enable ARM EABI support
+
 menuconfig EXTRA_TARGET_ARCH
        bool
        prompt "Enable an extra toolchain target architecture" if TOOLCHAINOPTS
index 873dbfcdc2e09dac12853359657702994dec7aa3..07f050aad5094c8c4e60c3d9526aafecfc90ee40 100644 (file)
@@ -40,15 +40,6 @@ endif
 
 endchoice
 
-config EABI_SUPPORT
-       bool
-       depends arm||armeb
-       prompt "Enable EABI support" if TOOLCHAINOPTS
-       default n if TARGET_gemini
-       default y
-       help
-         Enable ARM EABI support
-
 config EXTRA_GCC_CONFIG_OPTIONS
        string
        prompt "Additional gcc configure options" if TOOLCHAINOPTS