mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00: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
c807f88c7d
commit
878ec5154d
@ -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…
x
Reference in New Issue
Block a user