mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-06-27 17:01:20 -04: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
2 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue