[Buildroot] [PATCH] toolchain: Enable Glibc for all little-endian ARCs with atomic ops

Alexey Brodkin alexey.brodkin at synopsys.com
Fri Nov 9 16:34:50 UTC 2018


Hi Thomas,

On Fri, 2018-11-09 at 17:32 +0100, Thomas Petazzoni wrote:
> Hello,
> 
> On Fri,  9 Nov 2018 17:00:23 +0300, Alexey Brodkin wrote:
> 
> > diff --git a/toolchain/toolchain-buildroot/Config.in b/toolchain/toolchain-buildroot/Config.in
> > index 7d9428c70ed0..8d6997e7790b 100644
> > --- a/toolchain/toolchain-buildroot/Config.in
> > +++ b/toolchain/toolchain-buildroot/Config.in
> > @@ -48,7 +48,7 @@ config BR2_TOOLCHAIN_BUILDROOT_GLIBC
> >  		   BR2_powerpc     || BR2_powerpc64  || BR2_powerpc64le || \
> >  		   BR2_riscv       || BR2_sh         || BR2_sparc64     || \
> >  		   BR2_x86_64      || BR2_microblaze || BR2_nios2       || \
> > -		   BR2_archs38
> > +		   BR2_arcle
> 
> What about:
> 
> 		   (BR2_arcle && BR2_ARC_ATOMIC_EXT)
> 
> instead ?

Sure, but I didn't want to ruin the beauty of above construction
thus split in 2 parts.

If you're OK with (x & y) among other pure arch mentions
I may send a respin.

-Alexey


More information about the buildroot mailing list