mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-03-04 20:51:43 +00:00
fix wrong TARGET_SUFFIX when building a toolchain with uClibc & EABI (closes: #4437)
SVN-Revision: 13962
This commit is contained in:
parent
4122e0b8c8
commit
a455323221
@ -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