mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-19 05:04:04 +02:00
fix wrong TARGET_SUFFIX when building a toolchain with uClibc & EABI (closes: #4437)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13962 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
5e29bec1cd
commit
76559b7cb8
@ -141,6 +141,6 @@ config TARGET_SUFFIX
|
||||
string
|
||||
default "gnueabi" if (USE_EGLIBC || USE_GLIBC) && EABI_SUPPORT
|
||||
default "gnu" if (USE_EGLIBC || USE_GLIBC) && !EABI_SUPPORT
|
||||
default "uclibc-gnueabi" if USE_UCLIBC && EABI_SUPPORT
|
||||
default "uclibcgnueabi" if USE_UCLIBC && EABI_SUPPORT
|
||||
default "uclibc" if USE_UCLIBC && !EABI_SUPPORT
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user