mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-06 18:39:30 -05:00
fix wrong TARGET_SUFFIX when building a toolchain with uClibc & EABI (closes: #4437)
SVN-Revision: 13962
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user