toolchain: fix r26004
SVN-Revision: 26006
This commit is contained in:
parent
34f90988dd
commit
2efb2ef8b1
1 changed files with 5 additions and 8 deletions
|
@ -86,14 +86,6 @@ 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 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
|
||||||
|
@ -203,6 +195,11 @@ config LIBC_VERSION
|
||||||
default GLIBC_VERSION if USE_GLIBC
|
default GLIBC_VERSION if USE_GLIBC
|
||||||
default UCLIBC_VERSION if USE_UCLIBC
|
default UCLIBC_VERSION if USE_UCLIBC
|
||||||
|
|
||||||
|
config EABI_SUPPORT
|
||||||
|
bool
|
||||||
|
depends arm||armeb
|
||||||
|
default y
|
||||||
|
|
||||||
config TARGET_SUFFIX
|
config TARGET_SUFFIX
|
||||||
string
|
string
|
||||||
default "gnueabi" if (USE_EGLIBC || USE_GLIBC) && EABI_SUPPORT
|
default "gnueabi" if (USE_EGLIBC || USE_GLIBC) && EABI_SUPPORT
|
||||||
|
|
Loading…
Reference in a new issue