mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-02-16 20:07:23 +00:00
uClibc: mark as broken for all architectures that use musl by default
We will only support uClibc for targets that actually need it. Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 47401
This commit is contained in:
parent
c3d3dbc191
commit
2e29046a9e
@ -224,6 +224,7 @@ choice
|
|||||||
select USE_UCLIBC
|
select USE_UCLIBC
|
||||||
bool "Use uClibc"
|
bool "Use uClibc"
|
||||||
depends on !(aarch64 || aarch64_be)
|
depends on !(aarch64 || aarch64_be)
|
||||||
|
depends on BROKEN || !(arm || armeb || i386 || x86_64 || mips || mipsel || mips64 || mips64el || powerpc)
|
||||||
|
|
||||||
config LIBC_USE_MUSL
|
config LIBC_USE_MUSL
|
||||||
select USE_MUSL
|
select USE_MUSL
|
||||||
|
Loading…
Reference in New Issue
Block a user