Skip to content

Commit

Permalink
toolchain: binutils: add support for 2.43.1
Browse files Browse the repository at this point in the history
Release notes:
https://lists.gnu.org/archive/html/info-gnu/2024-08/msg00003.html

No need to refresh patches
Test device: Xiaomi ax3600

Signed-off-by: Olcay Korkmaz <[email protected]>
Link: openwrt/openwrt#16405
Signed-off-by: Robert Marko <[email protected]>
  • Loading branch information
NukeMania authored and robimarko committed Sep 17, 2024
1 parent 7e1d092 commit 802be24
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion toolchain/binutils/Config.in
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ choice
select BINUTILS_VERSION_2_42

config BINUTILS_USE_VERSION_2_43
bool "Binutils 2.43"
bool "Binutils 2.43.1"
select BINUTILS_VERSION_2_43
endchoice

Expand Down
2 changes: 1 addition & 1 deletion toolchain/binutils/Config.version
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ config BINUTILS_VERSION
default "2.40" if BINUTILS_VERSION_2_40
default "2.41" if BINUTILS_VERSION_2_41
default "2.42" if BINUTILS_VERSION_2_42
default "2.43" if BINUTILS_VERSION_2_43
default "2.43.1" if BINUTILS_VERSION_2_43
4 changes: 2 additions & 2 deletions toolchain/binutils/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ ifeq ($(PKG_VERSION),2.42)
PKG_HASH:=f6e4d41fd5fc778b06b7891457b3620da5ecea1006c6a4a41ae998109f85a800
endif

ifeq ($(PKG_VERSION),2.43)
PKG_HASH:=b53606f443ac8f01d1d5fc9c39497f2af322d99e14cea5c0b4b124d630379365
ifeq ($(PKG_VERSION),2.43.1)
PKG_HASH:=13f74202a3c4c51118b797a39ea4200d3f6cfbe224da6d1d95bb938480132dfd
endif

HOST_BUILD_PARALLEL:=1
Expand Down

0 comments on commit 802be24

Please sign in to comment.