summaryrefslogtreecommitdiffstats
path: root/package/binutils/binutils.mk
diff options
context:
space:
mode:
authorRomain Naour <romain.naour@gmail.com>2017-05-14 12:49:56 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-05-14 14:39:06 +0200
commitf937bbb71673c66836577a3751e49cd964e6d9d7 (patch)
treedb5dc111ce20b0f329c68d36a8cfc624370cfbdc /package/binutils/binutils.mk
parentbe95978f3c83a481b88eccb57de8814522a40c88 (diff)
downloadbuildroot-f937bbb71673c66836577a3751e49cd964e6d9d7.tar.gz
buildroot-f937bbb71673c66836577a3751e49cd964e6d9d7.zip
package/binutils: finalize the bump ARC tools to arc-2017.03-rc2
The commit bumping ARC tools to arc-2017.03-rc2 [1] forgot to update the ARC tools version in binutils.mk [1] 043737282010f83e8ec20618a034131bc7e8cae1 Fixes: http://autobuild.buildroot.net/results/f9c/f9c40610209fc22ac8c0db6bd57bd3b11bbe6d9c Signed-off-by: Romain Naour <romain.naour@gmail.com> Cc: Alexey Brodkin <abrodkin@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 72e2d0b3fb..bc0268eea4 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-rc1
+BINUTILS_VERSION = arc-2017.03-rc2
else
BINUTILS_VERSION = 2.27
endif
OpenPOWER on IntegriCloud