Browse Source

move EABI config option out of GCC

SVN-Revision: 17753
Nicolas Thill 16 years ago
parent
commit
737b4b4bcb
2 changed files with 9 additions and 9 deletions
  1. 9 0
      toolchain/Config.in
  2. 0 9
      toolchain/gcc/Config.in

+ 9 - 0
toolchain/Config.in

@@ -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

+ 0 - 9
toolchain/gcc/Config.in

@@ -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