1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

[toolchain] move EABI config option out of GCC

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17753 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico
2009-09-26 21:34:40 +00:00
parent 749981b832
commit dce027fbea
2 changed files with 9 additions and 9 deletions

View 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