aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/binutils
diff options
context:
space:
mode:
authorDaniel Engberg <daniel.engberg.lists@pyret.net>2019-02-27 10:09:34 +0000
committerHauke Mehrtens <hauke@hauke-m.de>2019-03-20 18:23:39 +0100
commit8568dcd931c53ba177f1c9601e9706d95d015062 (patch)
tree0a1f66685369c07d4dbf6a0081a755d3f12f54b0 /toolchain/binutils
parentda6ba853ce62dabdc0264ebfa7fc7f32b43223d3 (diff)
downloadupstream-8568dcd931c53ba177f1c9601e9706d95d015062.tar.gz
upstream-8568dcd931c53ba177f1c9601e9706d95d015062.tar.bz2
upstream-8568dcd931c53ba177f1c9601e9706d95d015062.zip
toolchain: Remove binutils 2.29 for ARC targets
Remove binutils 2.29 for ARC targets Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Diffstat (limited to 'toolchain/binutils')
-rw-r--r--toolchain/binutils/Config.in5
-rw-r--r--toolchain/binutils/Config.version4
-rw-r--r--toolchain/binutils/Makefile9
3 files changed, 0 insertions, 18 deletions
diff --git a/toolchain/binutils/Config.in b/toolchain/binutils/Config.in
index 231c1975c3..685e89be96 100644
--- a/toolchain/binutils/Config.in
+++ b/toolchain/binutils/Config.in
@@ -7,11 +7,6 @@ choice
help
Select the version of binutils you wish to use.
- config BINUTILS_USE_VERSION_2_29_ARC
- depends on arc
- bool "ARC binutils 2.29"
- select BINUTILS_VERSION_2_29_ARC
-
config BINUTILS_USE_VERSION_2_29_1
depends on !arc
bool "Binutils 2.29.1"
diff --git a/toolchain/binutils/Config.version b/toolchain/binutils/Config.version
index 3a0fc5b43f..3ffcf57347 100644
--- a/toolchain/binutils/Config.version
+++ b/toolchain/binutils/Config.version
@@ -1,6 +1,3 @@
-config BINUTILS_VERSION_2_29_ARC
- bool
-
config BINUTILS_VERSION_2_29_1
bool
@@ -17,4 +14,3 @@ config BINUTILS_VERSION
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 "arc-2017.09" if BINUTILS_VERSION_2_29_ARC
diff --git a/toolchain/binutils/Makefile b/toolchain/binutils/Makefile
index 6f7b2cb75a..1a0b1bce05 100644
--- a/toolchain/binutils/Makefile
+++ b/toolchain/binutils/Makefile
@@ -27,15 +27,6 @@ ifeq ($(PKG_VERSION),2.32)
PKG_HASH:=0ab6c55dd86a92ed561972ba15b9b70a8b9f75557f896446c82e8b36e473ee04
endif
-ifneq ($(CONFIG_BINUTILS_VERSION_2_29_ARC),)
- PKG_REV:=arc-2017.09-release
- PKG_SOURCE_URL:=https://github.com/foss-for-synopsys-dwc-arc-processors/binutils-gdb/archive/$(PKG_REV)/
- PKG_SOURCE:=$(PKG_NAME)-$(PKG_REV).tar.gz
- PKG_HASH:=2ea086fd5521e942926dd6ff6922ce31c29ee7ffc754fca3d06385e0f27600f8
- BINUTILS_DIR:=$(PKG_NAME)-gdb-$(PKG_REV)
- HOST_BUILD_DIR:=$(BUILD_DIR_TOOLCHAIN)/$(BINUTILS_DIR)
-endif
-
HOST_BUILD_PARALLEL:=1
PATCH_DIR:=./patches/$(PKG_VERSION)