Skip to content

Commit

Permalink
toolchain/binutils: remove old versions
Browse files Browse the repository at this point in the history
Reduce supported versions to 3.
Since 2.40 is supported by previous release, this commit
keeps it.

Signed-off-by: Yanase Yuki <[email protected]>
Link: openwrt/openwrt#16597
Signed-off-by: Hauke Mehrtens <[email protected]>
  • Loading branch information
zpc0 authored and hauke committed Oct 12, 2024
1 parent 14f79ad commit 72731b4
Show file tree
Hide file tree
Showing 33 changed files with 0 additions and 8,984 deletions.
16 changes: 0 additions & 16 deletions toolchain/binutils/Config.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,10 @@ choice
help
Select the version of binutils you wish to use.

config BINUTILS_USE_VERSION_2_37
bool "Binutils 2.37"
select BINUTILS_VERSION_2_37

config BINUTILS_USE_VERSION_2_38
bool "Binutils 2.38"
select BINUTILS_VERSION_2_38

config BINUTILS_USE_VERSION_2_39
bool "Binutils 2.39"
select BINUTILS_VERSION_2_39

config BINUTILS_USE_VERSION_2_40
bool "Binutils 2.40"
select BINUTILS_VERSION_2_40

config BINUTILS_USE_VERSION_2_41
bool "Binutils 2.41"
select BINUTILS_VERSION_2_41

config BINUTILS_USE_VERSION_2_42
bool "Binutils 2.42"
select BINUTILS_VERSION_2_42
Expand Down
16 changes: 0 additions & 16 deletions toolchain/binutils/Config.version
Original file line number Diff line number Diff line change
@@ -1,19 +1,7 @@

config BINUTILS_VERSION_2_37
bool

config BINUTILS_VERSION_2_38
bool

config BINUTILS_VERSION_2_39
bool

config BINUTILS_VERSION_2_40
bool

config BINUTILS_VERSION_2_41
bool

config BINUTILS_VERSION_2_42
default y if !TOOLCHAINOPTS
bool
Expand All @@ -23,10 +11,6 @@ config BINUTILS_VERSION_2_43

config BINUTILS_VERSION
string
default "2.37" if BINUTILS_VERSION_2_37
default "2.38" if BINUTILS_VERSION_2_38
default "2.39" if BINUTILS_VERSION_2_39
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.1" if BINUTILS_VERSION_2_43
16 changes: 0 additions & 16 deletions toolchain/binutils/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,26 +16,10 @@ PKG_CPE_ID:=cpe:/a:gnu:binutils

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

ifeq ($(PKG_VERSION),2.37)
PKG_HASH:=820d9724f020a3e69cb337893a0b63c2db161dadcb0e06fc11dc29eb1e84a32c
endif

ifeq ($(PKG_VERSION),2.38)
PKG_HASH:=e316477a914f567eccc34d5d29785b8b0f5a10208d36bbacedcc39048ecfe024
endif

ifeq ($(PKG_VERSION),2.39)
PKG_HASH:=645c25f563b8adc0a81dbd6a41cffbf4d37083a382e02d5d3df4f65c09516d00
endif

ifeq ($(PKG_VERSION),2.40)
PKG_HASH:=0f8a4c272d7f17f369ded10a4aca28b8e304828e95526da482b0ccc4dfc9d8e1
endif

ifeq ($(PKG_VERSION),2.41)
PKG_HASH:=ae9a5789e23459e59606e6714723f2d3ffc31c03174191ef0d015bdf06007450
endif

ifeq ($(PKG_VERSION),2.42)
PKG_HASH:=f6e4d41fd5fc778b06b7891457b3620da5ecea1006c6a4a41ae998109f85a800
endif
Expand Down
22 changes: 0 additions & 22 deletions toolchain/binutils/patches/2.37/300-001_ld_makefile_patch.patch

This file was deleted.

This file was deleted.

This file was deleted.

184 changes: 0 additions & 184 deletions toolchain/binutils/patches/2.37/600-Close_the_file_descriptor.patch

This file was deleted.

Loading

0 comments on commit 72731b4

Please sign in to comment.