Browse Source

toolchain: fix r25969

SVN-Revision: 26004
Alexandros C. Couloumbis 14 years ago
parent
commit
deafde5632
1 changed files with 3 additions and 0 deletions
  1. 3 0
      toolchain/Config.in

+ 3 - 0
toolchain/Config.in

@@ -89,7 +89,10 @@ menuconfig TOOLCHAINOPTS
 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