aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/common.mk
diff options
context:
space:
mode:
authorDaniel Engberg <daniel.engberg.lists@pyret.net>2019-02-27 10:26:53 +0000
committerHauke Mehrtens <hauke@hauke-m.de>2019-03-20 18:23:39 +0100
commit075c76ea67d11c3d1b0566dd4ba781e015a11cc9 (patch)
tree90dac2ef1bd2e609090ad8435a2147cef87beb43 /toolchain/gcc/common.mk
parent343b36ffc79f9506586b5263b5d840dce0d801e0 (diff)
downloadupstream-075c76ea67d11c3d1b0566dd4ba781e015a11cc9.tar.gz
upstream-075c76ea67d11c3d1b0566dd4ba781e015a11cc9.tar.bz2
upstream-075c76ea67d11c3d1b0566dd4ba781e015a11cc9.zip
toolchain: Remove GCC 7.1 for ARC targets
Remove GCC 7.1 for ARC targets Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Diffstat (limited to 'toolchain/gcc/common.mk')
-rw-r--r--toolchain/gcc/common.mk10
1 files changed, 0 insertions, 10 deletions
diff --git a/toolchain/gcc/common.mk b/toolchain/gcc/common.mk
index e0ee5ac56a..4bc8b20271 100644
--- a/toolchain/gcc/common.mk
+++ b/toolchain/gcc/common.mk
@@ -40,16 +40,6 @@ ifeq ($(PKG_VERSION),8.3.0)
PKG_HASH:=64baadfe6cc0f4947a84cb12d7f0dfaf45bb58b7e92461639596c21e02d97d2c
endif
-ifneq ($(CONFIG_GCC_VERSION_7_1_ARC),)
- PKG_VERSION:=7.1.1
- PKG_SOURCE_URL:=https://github.com/foss-for-synopsys-dwc-arc-processors/gcc/archive/$(GCC_VERSION)
- PKG_SOURCE:=$(PKG_NAME)-$(GCC_VERSION).tar.gz
- PKG_HASH:=90596af8b9c26a434cec0a3b3d37d0c7c755ab6a65496af6ca32529fab5a6cfe
- PKG_REV:=2017.09-release
- GCC_DIR:=gcc-arc-$(PKG_REV)
- HOST_BUILD_DIR = $(BUILD_DIR_HOST)/$(PKG_NAME)-$(GCC_VERSION)
-endif
-
PATCH_DIR=../patches/$(GCC_VERSION)
BUGURL=http://www.lede-project.org/bugs/