mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-02 17:55:19 +00:00
Update buildroot to 2024.11
- binutils bumped to 2.42
This commit is contained in:
parent
cbf9e74a07
commit
32926cfabc
@ -109,7 +109,7 @@ download: $(BUILDROOT)
|
|||||||
|
|
||||||
$(BUILDROOT):
|
$(BUILDROOT):
|
||||||
git clone https://github.com/buildroot/buildroot.git $@
|
git clone https://github.com/buildroot/buildroot.git $@
|
||||||
cd $@; git checkout 2024.05.x
|
cd $@; git checkout 2024.11.x
|
||||||
|
|
||||||
# ---------------------------------------------------------------------
|
# ---------------------------------------------------------------------
|
||||||
|
|
||||||
|
@ -4,6 +4,7 @@ BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_6=y
|
|||||||
BR2_TOOLCHAIN_BUILDROOT_CXX=y
|
BR2_TOOLCHAIN_BUILDROOT_CXX=y
|
||||||
BR2_TOOLCHAIN_BUILDROOT_FORTRAN=y
|
BR2_TOOLCHAIN_BUILDROOT_FORTRAN=y
|
||||||
BR2_BACKUP_SITE="http://sources.buildroot.net"
|
BR2_BACKUP_SITE="http://sources.buildroot.net"
|
||||||
|
BR2_GNU_MIRROR="http://ftpmirror.gnu.org"
|
||||||
BR2_ENABLE_DEBUG=y
|
BR2_ENABLE_DEBUG=y
|
||||||
BR2_DEBUG_3=y
|
BR2_DEBUG_3=y
|
||||||
# BR2_STRIP_strip is not set
|
# BR2_STRIP_strip is not set
|
||||||
|
Loading…
Reference in New Issue
Block a user