mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-23 23:46:16 +02: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:
parent
749981b832
commit
dce027fbea
@ -86,6 +86,15 @@ menuconfig TOOLCHAINOPTS
|
|||||||
bool "Toolchain Options" if DEVEL
|
bool "Toolchain Options" if DEVEL
|
||||||
depends NEED_TOOLCHAIN
|
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
|
menuconfig EXTRA_TARGET_ARCH
|
||||||
bool
|
bool
|
||||||
prompt "Enable an extra toolchain target architecture" if TOOLCHAINOPTS
|
prompt "Enable an extra toolchain target architecture" if TOOLCHAINOPTS
|
||||||
|
@ -40,15 +40,6 @@ endif
|
|||||||
|
|
||||||
endchoice
|
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
|
config EXTRA_GCC_CONFIG_OPTIONS
|
||||||
string
|
string
|
||||||
prompt "Additional gcc configure options" if TOOLCHAINOPTS
|
prompt "Additional gcc configure options" if TOOLCHAINOPTS
|
||||||
|
Loading…
Reference in New Issue
Block a user