mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
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:
parent
efa2f56ee0
commit
cbf9e74a07
@ -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
|
||||
|
||||
# ---------------------------------------------------------------------
|
||||
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user