summaryrefslogtreecommitdiffstats
path: root/package/binutils/binutils.mk
diff options
context:
space:
mode:
authorZakharov Vlad <Vladislav.Zakharov@synopsys.com>2017-04-21 22:35:31 +0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-04-22 15:37:16 +0200
commit5f8ef7e25c5cc5c2e4ae4c8b6e8caa029ddf9a94 (patch)
treecfc6d4ebcd5fa4fe6a6847e77985193894f0b4c8 /package/binutils/binutils.mk
parent1872903d868ccce3a29a906807fa17570f238bb0 (diff)
downloadbuildroot-5f8ef7e25c5cc5c2e4ae4c8b6e8caa029ddf9a94.tar.gz
buildroot-5f8ef7e25c5cc5c2e4ae4c8b6e8caa029ddf9a94.zip
toolchain: Bump ARC tools to arc-2017.03-rc1
This commit bumps ARC toolchain to arc-2017.03-rc1 Please note that it is a release candidate and it might contain some breakages, please don't use it for production builds. Also I have updated patches for binutils as our source files in binutils differ comparing to 2.28. Signed-off-by: Vlad Zakharov <vzakhar@synopsys.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/binutils/binutils.mk')
-rw-r--r--package/binutils/binutils.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/binutils/binutils.mk b/package/binutils/binutils.mk
index ecba96571c..03fd3a5f1e 100644
--- a/package/binutils/binutils.mk
+++ b/package/binutils/binutils.mk
@@ -9,7 +9,7 @@
BINUTILS_VERSION = $(call qstrip,$(BR2_BINUTILS_VERSION))
ifeq ($(BINUTILS_VERSION),)
ifeq ($(BR2_arc),y)
-BINUTILS_VERSION = arc-2017.03-eng008
+BINUTILS_VERSION = arc-2017.03-rc1
else
BINUTILS_VERSION = 2.27
endif
OpenPOWER on IntegriCloud