From 8568dcd931c53ba177f1c9601e9706d95d015062 Mon Sep 17 00:00:00 2001 From: Daniel Engberg Date: Wed, 27 Feb 2019 10:09:34 +0000 Subject: [PATCH] toolchain: Remove binutils 2.29 for ARC targets Remove binutils 2.29 for ARC targets Signed-off-by: Daniel Engberg --- toolchain/binutils/Config.in | 5 ----- toolchain/binutils/Config.version | 4 ---- toolchain/binutils/Makefile | 9 --------- 3 files changed, 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) -- 2.30.2