mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-23 23:46:16 +02:00
[toolchain]: simplify TARGET_SUFFIX selection
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26033 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
dedb5eabcc
commit
71d003d382
@ -195,15 +195,10 @@ 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) && arm
|
||||||
default "gnu" if (USE_EGLIBC || USE_GLIBC) && !EABI_SUPPORT
|
default "gnu" if (USE_EGLIBC || USE_GLIBC) && !arm
|
||||||
default "uclibcgnueabi" if USE_UCLIBC && EABI_SUPPORT
|
default "uclibcgnueabi" if USE_UCLIBC && arm
|
||||||
default "uclibc" if USE_UCLIBC && !EABI_SUPPORT
|
default "uclibc" if USE_UCLIBC && !arm
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user