[Buildroot] [PATCH 08/11] toolchain-external: bump musl external toolchains to 1.1.1

Peter Korsgaard jacmet at uclibc.org
Fri Jun 13 12:49:54 UTC 2014


>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni at free-electrons.com> writes:

 > And while we're at it, factorize the definition of the musl version,
 > since it's common to the definition of the tarball names for the
 > various supported architectures.

 > Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
 > ---
 >  toolchain/toolchain-external/Config.in             |  2 +-
 >  toolchain/toolchain-external/toolchain-external.mk | 23 +++++++++++-----------
 >  2 files changed, 13 insertions(+), 12 deletions(-)

 > diff --git a/toolchain/toolchain-external/Config.in b/toolchain/toolchain-external/Config.in
 > index 8fca01a..527ff04 100644
 > --- a/toolchain/toolchain-external/Config.in
 > +++ b/toolchain/toolchain-external/Config.in
 > @@ -804,7 +804,7 @@ config BR2_TOOLCHAIN_EXTERNAL_MUSL_CROSS
 >  	select BR2_TOOLCHAIN_EXTERNAL_MUSL
 >  	select BR2_INSTALL_LIBSTDCPP
 >  	select BR2_HOSTARCH_NEEDS_IA32_LIBS
 > -	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_2
 > +	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12
 >  	help
 >  	  Toolchain based on the Musl C library, provided by the
 >  	  musl-cross project. It uses gcc 4.8.2, binutils 2.24 and

This is no longer valid. Committed with this fixed up, thanks.

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list