File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -22,13 +22,13 @@ BR2_TOOLCHAIN_BUILDROOT_GLIBC=y
22
22
BR2_TOOLCHAIN_BUILDROOT_LIBC="glibc"
23
23
# BR2_TOOLCHAIN_BUILDROOT_CXX is not set
24
24
BR2_KERNEL_HEADERS_6_1=y
25
- BR2_BINUTILS_VERSION_2_41_X =y
25
+ BR2_BINUTILS_VERSION_2_42_X =y
26
26
# BR2_BINUTILS_GPROFNG is not set
27
- BR2_GCC_VERSION_12_X =y
27
+ BR2_GCC_VERSION_14_X =y
28
28
BR2_EXTRA_GCC_CONFIG_OPTIONS="--enable-softfloat"
29
29
BR2_TOOLCHAIN_HEADERS_AT_LEAST="6.1"
30
- BR2_TOOLCHAIN_GCC_AT_LEAST_12 =y
31
- BR2_TOOLCHAIN_GCC_AT_LEAST="12 "
30
+ BR2_TOOLCHAIN_GCC_AT_LEAST_14 =y
31
+ BR2_TOOLCHAIN_GCC_AT_LEAST="14 "
32
32
BR2_SSP_NONE=y
33
33
# BR2_SSP_REGULAR is not set
34
34
# BR2_SSP_STRONG is not set
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ PARALLEL="-j$(nproc)"
21
21
22
22
function do_buildroot
23
23
{
24
- ASSERT git clone https://github.com/buildroot/buildroot -b 2024.02.x --depth=1
24
+ ASSERT git clone https://github.com/buildroot/buildroot -b 2024.05.2 --depth=1
25
25
cp -f configs/buildroot.config buildroot/.config
26
26
cp -f configs/busybox.config buildroot/busybox.config
27
27
# Otherwise, the error below raises:
You can’t perform that action at this time.
0 commit comments