Skip to content

Commit 2c1e29c

Browse files
committed
Bump buildroot binutils version
Since buildroot commit f4187bd, the support of binutils 2.39 has been dropped and updated to version 2.42. This commit updates the buildroot configuration.
1 parent d27fc98 commit 2c1e29c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configs/buildroot.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ BR2_TOOLCHAIN_BUILDROOT_GLIBC=y
2222
BR2_TOOLCHAIN_BUILDROOT_LIBC="glibc"
2323
# BR2_TOOLCHAIN_BUILDROOT_CXX is not set
2424
BR2_KERNEL_HEADERS_6_1=y
25-
BR2_BINUTILS_VERSION_2_39_X=y
25+
BR2_BINUTILS_VERSION_2_42_X=y
2626
# BR2_BINUTILS_GPROFNG is not set
2727
BR2_GCC_VERSION_12_X=y
2828
BR2_EXTRA_GCC_CONFIG_OPTIONS="--enable-softfloat"

0 commit comments

Comments
 (0)