mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
As Thomas stated in 3bb260cf38:
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 <bernd@kuhls.net>
Signed-off-by: Julien Olivain <ju.o@free.fr>
7 lines
141 B
Plaintext
7 lines
141 B
Plaintext
BR2_arm=y
|
|
BR2_cortex_a8=y
|
|
BR2_TOOLCHAIN_BUILDROOT_GLIBC=y
|
|
BR2_BINUTILS_VERSION_2_46_X=y
|
|
BR2_GCC_VERSION_16_X=y
|
|
BR2_TOOLCHAIN_BUILDROOT_CXX=y
|