From 88d346c51ff48ca9d03242bd6be665279318b221 Mon Sep 17 00:00:00 2001 From: Bernd Kuhls Date: Wed, 6 May 2026 18:31:34 +0200 Subject: [PATCH] support/config-fragments/autobuild/br-arm-internal-glibc: update to bleeding edge components As Thomas stated in 3bb260cf3860: 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.46.x - GCC 16.x Let the fun begin in the autobuilders! Signed-off-by: Bernd Kuhls Signed-off-by: Julien Olivain --- .../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 4986d40912..ceb311f3f0 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_42_X=y -BR2_GCC_VERSION_13_X=y +BR2_BINUTILS_VERSION_2_46_X=y +BR2_GCC_VERSION_16_X=y BR2_TOOLCHAIN_BUILDROOT_CXX=y