summaryrefslogtreecommitdiffstats
path: root/package/binutils/binutils.mk
diff options
context:
space:
mode:
authorAlexey Brodkin <Alexey.Brodkin@synopsys.com>2017-05-23 21:41:37 +0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-05-25 15:20:34 +0200
commit0ade154f235560e9cc14bbfe7508fc5601735a11 (patch)
treefcc8a6391ef049aa80b60032c112902fe4c76fb4 /package/binutils/binutils.mk
parent6bc8de6f9d5856213cb45f4a86556b55321e3575 (diff)
downloadbuildroot-0ade154f235560e9cc14bbfe7508fc5601735a11.tar.gz
buildroot-0ade154f235560e9cc14bbfe7508fc5601735a11.zip
toolchain: Bump ARC tools to arc-2017.03 release
This commit finally bumps ARC toolchain to arc-2017.03 release. More info on this release could be found here: https://github.com/foss-for-synopsys-dwc-arc-processors/toolchain/releases/tag/arc-2017.03 Note mentioned above web-page is not yet populated but should be very soon. As a safe fall-back interested could refer to RC2 page here: https://github.com/foss-for-synopsys-dwc-arc-processors/toolchain/releases/tag/arc-2017.03-rc2 Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.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 bc0268eea4..0dc20a082d 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-rc2
+BINUTILS_VERSION = arc-2017.03
else
BINUTILS_VERSION = 2.27
endif
OpenPOWER on IntegriCloud