diff mbox series

support/config-fragments/autobuild/br-arm-internal-glibc: update to bleeding edge components

Message ID 20210621210820.364630-1-thomas.petazzoni@bootlin.com
State Accepted
Headers show
Series support/config-fragments/autobuild/br-arm-internal-glibc: update to bleeding edge components | expand

Commit Message

Thomas Petazzoni June 21, 2021, 9:08 p.m. UTC
The br-arm-internal-glibc.config is generally used as a configuration
to test the bleeding edge versions of components. However, it has been
lagging behind somewhat, so let's bring it up-to-date:

 - Binutils 2.36.x
 - GCC 11.x

Let the fun begin in the autobuilders!

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
---
 .../config-fragments/autobuild/br-arm-internal-glibc.config   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Yann E. MORIN June 25, 2021, 11:45 a.m. UTC | #1
Thomas, All,

On 2021-06-21 23:08 +0200, Thomas Petazzoni spake thusly:
> The br-arm-internal-glibc.config is generally used as a configuration
> to test the bleeding edge versions of components. However, it has been
> lagging behind somewhat, so let's bring it up-to-date:
> 
>  - Binutils 2.36.x
>  - GCC 11.x
> 
> Let the fun begin in the autobuilders!

Wee!

> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  .../config-fragments/autobuild/br-arm-internal-glibc.config   | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/support/config-fragments/autobuild/br-arm-internal-glibc.config b/support/config-fragments/autobuild/br-arm-internal-glibc.config
> index ea6df7fbd9..fb930cbef7 100644
> --- a/support/config-fragments/autobuild/br-arm-internal-glibc.config
> +++ b/support/config-fragments/autobuild/br-arm-internal-glibc.config
> @@ -1,6 +1,6 @@
>  BR2_arm=y
>  BR2_cortex_a8=y
>  BR2_TOOLCHAIN_BUILDROOT_GLIBC=y
> -BR2_BINUTILS_VERSION_2_34_X=y
> -BR2_GCC_VERSION_10_X=y
> +BR2_BINUTILS_VERSION_2_36_X=y
> +BR2_GCC_VERSION_11_X=y
>  BR2_TOOLCHAIN_BUILDROOT_CXX=y
> -- 
> 2.31.1
> 
> _______________________________________________
> buildroot mailing list
> buildroot@busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
diff mbox series

Patch

diff --git a/support/config-fragments/autobuild/br-arm-internal-glibc.config b/support/config-fragments/autobuild/br-arm-internal-glibc.config
index ea6df7fbd9..fb930cbef7 100644
--- a/support/config-fragments/autobuild/br-arm-internal-glibc.config
+++ b/support/config-fragments/autobuild/br-arm-internal-glibc.config
@@ -1,6 +1,6 @@ 
 BR2_arm=y
 BR2_cortex_a8=y
 BR2_TOOLCHAIN_BUILDROOT_GLIBC=y
-BR2_BINUTILS_VERSION_2_34_X=y
-BR2_GCC_VERSION_10_X=y
+BR2_BINUTILS_VERSION_2_36_X=y
+BR2_GCC_VERSION_11_X=y
 BR2_TOOLCHAIN_BUILDROOT_CXX=y