Skip to content

Commit

Permalink
toolchain/binutils: remove versions 2.29.1 and 2.31.1
Browse files Browse the repository at this point in the history
We currently support four versions of binutils in parallel. Let's
just keep the latest two and drop the older ones before the next
one comes around.

Signed-off-by: Adrian Schmutzler <[email protected]>
  • Loading branch information
adschm committed Aug 3, 2020
1 parent 50413e1 commit d168f14
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 496 deletions.
10 changes: 0 additions & 10 deletions toolchain/binutils/Config.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,6 @@ choice
help
Select the version of binutils you wish to use.

config BINUTILS_USE_VERSION_2_29_1
depends on !arc
bool "Binutils 2.29.1"
select BINUTILS_VERSION_2_29_1

config BINUTILS_USE_VERSION_2_31_1
depends on !arc
bool "Binutils 2.31.1"
select BINUTILS_VERSION_2_31_1

config BINUTILS_USE_VERSION_2_32
bool "Binutils 2.32"
select BINUTILS_VERSION_2_32
Expand Down
8 changes: 0 additions & 8 deletions toolchain/binutils/Config.version
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
config BINUTILS_VERSION_2_29_1
bool

config BINUTILS_VERSION_2_31_1
bool

config BINUTILS_VERSION_2_32
bool

Expand All @@ -13,7 +7,5 @@ config BINUTILS_VERSION_2_34

config BINUTILS_VERSION
string
default "2.29.1" if BINUTILS_VERSION_2_29_1
default "2.31.1" if BINUTILS_VERSION_2_31_1
default "2.32" if BINUTILS_VERSION_2_32
default "2.34" if BINUTILS_VERSION_2_34
8 changes: 0 additions & 8 deletions toolchain/binutils/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,6 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz

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

ifeq ($(PKG_VERSION),2.29.1)
PKG_HASH:=e7010a46969f9d3e53b650a518663f98a5dde3c3ae21b7d71e5e6803bc36b577
endif

ifeq ($(PKG_VERSION),2.31.1)
PKG_HASH:=5d20086ecf5752cc7d9134246e9588fa201740d540f7eb84d795b1f7a93bca86
endif

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

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit d168f14

Please sign in to comment.