From 8647f4f018e4dee663b65948d75105fae7bb3cdc Mon Sep 17 00:00:00 2001 From: Evgeniy Didin Date: Wed, 12 Jul 2017 18:00:31 +0300 Subject: toolchain/arc: update to the most recent release arc-2017.03 arc-2017.03 is the most recent release toolchain for ARC cores and it is based on upstream Binutils 2.28 and GCC 6.3.0 Signed-off-by: Evgeniy Didin Cc: Alexey Brodkin Cc: John Crispin Cc: Hauke Mehrtens --- toolchain/gdb/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'toolchain/gdb') diff --git a/toolchain/gdb/Makefile b/toolchain/gdb/Makefile index 72e1766c57..77e24f4609 100644 --- a/toolchain/gdb/Makefile +++ b/toolchain/gdb/Makefile @@ -9,11 +9,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=gdb ifeq ($(CONFIG_arc),y) -PKG_VERSION:=arc-2016.09-gdb +PKG_VERSION:=arc-2017.03-gdb PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=https://github.com/foss-for-synopsys-dwc-arc-processors/binutils-gdb/archive/arc-2016.09-gdb -PKG_HASH:=b7601f8953055c6768304da7f7ee48abc0fc0ad2bec8f93bbefb29780467f21d +PKG_SOURCE_URL:=https://github.com/foss-for-synopsys-dwc-arc-processors/binutils-gdb/archive/arc-2017.03-gdb +PKG_HASH:=f47930161e9e99c46ab018dabbf56024739dda29c51f92495eaa0d4d7e3511f6 GDB_DIR:=binutils-$(PKG_NAME)-$(PKG_VERSION) PATCH_DIR:=./patches-arc else -- cgit v1.2.3