Update buildroot to latest versions of gcc (14.2) and binutils (2.43)

This commit is contained in:
Jordan Carlin 2025-01-04 16:28:18 -08:00
parent e9b86af3a6
commit 52d83dcd87
No known key found for this signature in database

View File

@ -1,6 +1,8 @@
BR2_riscv=y
BR2_RISCV_ISA_RVC=y
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_11=y
BR2_BINUTILS_VERSION_2_43_X=y
BR2_GCC_VERSION_14_X=y
BR2_TOOLCHAIN_BUILDROOT_CXX=y
BR2_TOOLCHAIN_BUILDROOT_FORTRAN=y
BR2_BACKUP_SITE="http://sources.buildroot.net"