Skip to content

Commit

Permalink
binutils: remove 2.25.1 support and leftovers of older versions
Browse files Browse the repository at this point in the history
Signed-off-by: Felix Fietkau <[email protected]>
  • Loading branch information
nbd168 committed Feb 7, 2017
1 parent 36cca3e commit b648e1c
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 123 deletions.
5 changes: 0 additions & 5 deletions toolchain/binutils/Config.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@ choice
help
Select the version of binutils you wish to use.

config BINUTILS_USE_VERSION_2_25_1
depends on !arc
bool "Binutils 2.25.1"
select BINUTILS_VERSION_2_25_1

config BINUTILS_USE_VERSION_2_27
depends on !arc
bool "Binutils 2.27"
Expand Down
4 changes: 0 additions & 4 deletions toolchain/binutils/Config.version
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
config BINUTILS_VERSION_2_25_1
bool

config BINUTILS_VERSION_2_27
default y if (!TOOLCHAINOPTS && !arc)
bool
Expand All @@ -11,7 +8,6 @@ config BINUTILS_VERSION_2_26_ARC

config BINUTILS_VERSION
string
default "2.25.1" if BINUTILS_VERSION_2_25_1
default "2.27" if BINUTILS_VERSION_2_27
default "arc-2016.03" if BINUTILS_VERSION_2_26_ARC

17 changes: 0 additions & 17 deletions toolchain/binutils/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,27 +13,10 @@ BIN_VERSION:=$(PKG_VERSION)
PKG_SOURCE_URL:=@GNU/binutils/
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2

ifeq ($(PKG_VERSION),2.25.1)
PKG_HASH:=b5b14added7d78a8d1ca70b5cb75fef57ce2197264f4f5835326b0df22ac9f22
endif

ifeq ($(PKG_VERSION),2.26.1)
PKG_HASH:=39c346c87aa4fb14b2f786560aec1d29411b6ec34dce3fe7309fe3dd56949fd8
endif

ifeq ($(PKG_VERSION),2.27)
PKG_HASH:=369737ce51587f92466041a97ab7d2358c6d9e1b6490b3940eb09fb0a9a6ac88
endif

ifeq ($(findstring linaro, $(CONFIG_BINUTILS_VERSION)),linaro)
PKG_SOURCE_URL:=https://releases.linaro.org/14.09/components/toolchain/binutils-linaro/
PKG_REV:=2.24.0-2014.09
PKG_SOURCE:=$(PKG_NAME)-linaro-$(PKG_REV).tar.xz
PKG_HASH:=e8bdf80bd6a5f3fc7df53245dfc0a678803d4f19c1c7ba2af3f98c8249e612b0
BINUTILS_DIR:=$(PKG_NAME)-linaro-$(PKG_REV)
HOST_BUILD_DIR:=$(BUILD_DIR_TOOLCHAIN)/$(BINUTILS_DIR)
endif

ifneq ($(CONFIG_BINUTILS_VERSION_2_26_ARC),)
PKG_SOURCE_URL:=https://github.com/foss-for-synopsys-dwc-arc-processors/binutils-gdb/archive/arc-2016.03/
PKG_REV:=2016.03
Expand Down
22 changes: 0 additions & 22 deletions toolchain/binutils/patches/2.25.1/300-001_ld_makefile_patch.patch

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit b648e1c

Please sign in to comment.