summaryrefslogtreecommitdiffstats
path: root/package/binutils/binutils.mk
diff options
context:
space:
mode:
authorZakharov Vlad <Vladislav.Zakharov@synopsys.com>2016-10-03 12:22:36 +0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-10-03 23:15:11 +0200
commiteb6873b1d120590974bc8734f8701c3f6e2b6a87 (patch)
tree4bc0b7f41e5eaad378d1e3a34f21317ceedb818c /package/binutils/binutils.mk
parent2e091135be670b7b3a9a72312cff3ac30aed8d3c (diff)
downloadbuildroot-eb6873b1d120590974bc8734f8701c3f6e2b6a87.tar.gz
buildroot-eb6873b1d120590974bc8734f8701c3f6e2b6a87.zip
toolchain: Bump ARC tools to arc-2016.09-eng015
As described at: 4520524ba055706236db9f00dd79f1b2e2e87fde this commit continues a series of updates of ARC tools. This time we're updating tools to arc-2016.09-eng015. This tag introduces following changes: 1. binutils: Rebase onto upstream master. 2. gcc: Fix devdf3 emulation for arcem, disable TP register when building for bare metal. We still keep GDB as it is of arc-2016.03 release because there're some issues we'd like to resolve before releasing it to wider audience. So again note this is next engineering builds of arc-2016.09 series and it might have all kinds of breakages, please don't use it for production builds. 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 1f9a356e86..3a4a66158c 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-2016.09-eng013
+BINUTILS_VERSION = arc-2016.09-eng015
else
BINUTILS_VERSION = 2.25.1
endif
OpenPOWER on IntegriCloud