Update buildroot to 2024.05

- gcc bumped from 12 to 13
- binutils bumped from 2.40 to 2.41
- Keeping linux headers at 6.6 for now
This commit is contained in:
Jordan Carlin 2025-01-03 18:32:46 -08:00
parent efa2f56ee0
commit cbf9e74a07
No known key found for this signature in database
2 changed files with 2 additions and 1 deletions

View File

@ -109,7 +109,7 @@ download: $(BUILDROOT)
$(BUILDROOT):
git clone https://github.com/buildroot/buildroot.git $@
cd $@; git checkout 2023.11.x
cd $@; git checkout 2024.05.x
# ---------------------------------------------------------------------

View File

@ -1,5 +1,6 @@
BR2_riscv=y
BR2_RISCV_ISA_RVC=y
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_6=y
BR2_TOOLCHAIN_BUILDROOT_CXX=y
BR2_TOOLCHAIN_BUILDROOT_FORTRAN=y
BR2_BACKUP_SITE="http://sources.buildroot.net"