[OpenWrt-Devel] [PATCH 1/1] build: fix select uClibc

Hauke Mehrtens hauke at hauke-m.de
Sat Oct 19 05:43:22 EDT 2019


On 10/15/19 12:52 PM, daxiong wrote:
> Signed-off-by: daxiong <lxliu at ikuai8.com>
> ---
>  toolchain/Config.in | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/toolchain/Config.in b/toolchain/Config.in
> index 95087b7..0d288aa 100644
> --- a/toolchain/Config.in
> +++ b/toolchain/Config.in
> @@ -252,7 +252,7 @@ choice
>  		select USE_UCLIBC
>  		bool "Use uClibc"
>  		depends on !(aarch64 || aarch64_be || powerpc64)
> -		depends on BROKEN || !(arm || armeb || i386 || x86_64 || mips || mipsel || mips64 || mips64el || powerpc)
> +		depends on BROKEN || (arm || armeb || i386 || x86_64 || mips || mipsel || mips64 || mips64el || powerpc)
>  
>  	config LIBC_USE_MUSL
>  		select USE_MUSL
> 

I think this is intentional. uClibc should only be available on targets
which are not supported by musl libc, which is currently only arc.

Hauke

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: OpenPGP digital signature
URL: <http://lists.infradead.org/pipermail/openwrt-devel/attachments/20191019/5c424a5c/attachment.sig>
-------------- next part --------------
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


More information about the openwrt-devel mailing list