Skip to content

Commit 854d88b

Browse files
rsalvaterrarobimarko
authored andcommitted
toolchain: binutils: default to 2.44 and drop 2.40
2.42 has been the default for over a year. 2.44 is well tested by now. While at it, drop support for 2.40, as it's over two years old. Signed-off-by: Rui Salvaterra <[email protected]> Link: openwrt/openwrt#19547 Signed-off-by: Robert Marko <[email protected]>
1 parent 40203c5 commit 854d88b

20 files changed

+2
-5222
lines changed

toolchain/binutils/Config.in

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,10 @@
22

33
choice
44
prompt "Binutils Version" if TOOLCHAINOPTS
5-
default BINUTILS_USE_VERSION_2_42
5+
default BINUTILS_USE_VERSION_2_44
66
help
77
Select the version of binutils you wish to use.
88

9-
config BINUTILS_USE_VERSION_2_40
10-
bool "Binutils 2.40"
11-
select BINUTILS_VERSION_2_40
12-
139
config BINUTILS_USE_VERSION_2_42
1410
bool "Binutils 2.42"
1511
select BINUTILS_VERSION_2_42

toolchain/binutils/Config.version

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,19 @@
11

2-
config BINUTILS_VERSION_2_40
3-
bool
4-
52
config BINUTILS_VERSION_2_42
6-
default y if !TOOLCHAINOPTS
73
bool
84

95
config BINUTILS_VERSION_2_43
106
bool
117

128
config BINUTILS_VERSION_2_44
9+
default y if !TOOLCHAINOPTS
1310
bool
1411

1512
config BINUTILS_VERSION_2_45
1613
bool
1714

1815
config BINUTILS_VERSION
1916
string
20-
default "2.40" if BINUTILS_VERSION_2_40
2117
default "2.42" if BINUTILS_VERSION_2_42
2218
default "2.43.1" if BINUTILS_VERSION_2_43
2319
default "2.44" if BINUTILS_VERSION_2_44

toolchain/binutils/Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ PKG_CPE_ID:=cpe:/a:gnu:binutils
1616

1717
TAR_OPTIONS += --exclude='*.rej'
1818

19-
ifeq ($(PKG_VERSION),2.40)
20-
PKG_HASH:=0f8a4c272d7f17f369ded10a4aca28b8e304828e95526da482b0ccc4dfc9d8e1
21-
endif
22-
2319
ifeq ($(PKG_VERSION),2.42)
2420
PKG_HASH:=f6e4d41fd5fc778b06b7891457b3620da5ecea1006c6a4a41ae998109f85a800
2521
endif

0 commit comments

Comments
 (0)