Skip to content

Commit

Permalink
Merge pull request #43 from ChinYikMing/fix-binutils-version
Browse files Browse the repository at this point in the history
Bump buildroot and binutils version to stable tag
  • Loading branch information
jserv authored May 16, 2024
2 parents c51540c + 97a2823 commit 8c6f9c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configs/buildroot.config
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ BR2_TOOLCHAIN_BUILDROOT_GLIBC=y
BR2_TOOLCHAIN_BUILDROOT_LIBC="glibc"
# BR2_TOOLCHAIN_BUILDROOT_CXX is not set
BR2_KERNEL_HEADERS_6_1=y
BR2_BINUTILS_VERSION_2_42_X=y
BR2_BINUTILS_VERSION_2_41_X=y
# BR2_BINUTILS_GPROFNG is not set
BR2_GCC_VERSION_12_X=y
BR2_EXTRA_GCC_CONFIG_OPTIONS="--enable-softfloat"
Expand Down
2 changes: 1 addition & 1 deletion scripts/build-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ PARALLEL="-j$(nproc)"

function do_buildroot
{
ASSERT git clone https://github.com/buildroot/buildroot -b 2023.11.x --depth=1
ASSERT git clone https://github.com/buildroot/buildroot -b 2024.02.x --depth=1
cp -f configs/buildroot.config buildroot/.config
cp -f configs/busybox.config buildroot/busybox.config
# Otherwise, the error below raises:
Expand Down

0 comments on commit 8c6f9c7

Please sign in to comment.