[Buildroot] [PATCH 2/3] toolchain: add mips64 for uClibc-ng

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Mon Aug 3 09:04:21 UTC 2015


Dear Waldemar Brodkorb,

On Sun, 2 Aug 2015 23:39:32 +0200, Waldemar Brodkorb wrote:
> 
> Signed-off-by: Waldemar Brodkorb <wbx at openadk.org>
> ---
>  toolchain/toolchain-buildroot/Config.in |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/toolchain/toolchain-buildroot/Config.in b/toolchain/toolchain-buildroot/Config.in
> index 13e2b15..6d74819 100644
> --- a/toolchain/toolchain-buildroot/Config.in
> +++ b/toolchain/toolchain-buildroot/Config.in
> @@ -24,7 +24,7 @@ choice
>  	prompt "C library"
>  	default BR2_TOOLCHAIN_UCLIBC
>  	default BR2_TOOLCHAIN_BUILDROOT_GLIBC if BR2_aarch64 || BR2_aarch64_be \
> -		|| BR2_microblaze || BR2_mips64 || BR2_mips64el || BR2_powerpc64
> +		|| BR2_microblaze || BR2_powerpc64

This does not seem good, as it means we can now select uClibc 0.9.33.x
on MIPS64, which isn't correct. I think you need to do this change +
some other changes in package/uclibc/Config.in.

Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com


More information about the buildroot mailing list