From: Thomas Petazzoni Date: Thu, 6 Aug 2020 20:33:29 +0000 (+0200) Subject: support/config-fragments/autobuild: update bleeding-edge br-arm-internal-glibc X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4f7807944631d1189ad2c3081559ccef63ca2f04;p=buildroot.git support/config-fragments/autobuild: update bleeding-edge br-arm-internal-glibc Update our bleeding edge br-arm-internal-glibc defconfig to use the latest version of gcc and binutils, so that we test these in the autobuilders. Signed-off-by: Thomas Petazzoni --- diff --git a/support/config-fragments/autobuild/br-arm-internal-glibc.config b/support/config-fragments/autobuild/br-arm-internal-glibc.config index 7c9b465a88..ea6df7fbd9 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_32_X=y -BR2_GCC_VERSION_9_X=y +BR2_BINUTILS_VERSION_2_34_X=y +BR2_GCC_VERSION_10_X=y BR2_TOOLCHAIN_BUILDROOT_CXX=y