Skip to content

Commit

Permalink
support/config-fragments/autobuild/br-arm-internal-glibc: update to b…
Browse files Browse the repository at this point in the history
…leeding edge components

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 <[email protected]>
Signed-off-by: Yann E. MORIN <[email protected]>
  • Loading branch information
tpetazzoni authored and yann-morin-1998 committed Jun 25, 2021
1 parent 6a92726 commit 3bb260c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 3bb260c

Please sign in to comment.