toolchain: Bump ARC tools to arc-2016.09-rc2

As described at:
4520524ba0
this commit continues a series of updates of ARC tools.
This time we're updating tools to arc-2016.09-rc2.

This change contains a set of minor fixes and updates.

Signed-off-by: Vlad Zakharov <vzakhar@synopsys.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Zakharov Vlad
2016-12-02 21:38:12 +03:00
committed by Peter Korsgaard
parent aea747a1ad
commit 19eaddc935
14 changed files with 7 additions and 7 deletions

View File

@@ -9,7 +9,7 @@
BINUTILS_VERSION = $(call qstrip,$(BR2_BINUTILS_VERSION))
ifeq ($(BINUTILS_VERSION),)
ifeq ($(BR2_arc),y)
BINUTILS_VERSION = arc-2016.09-rc1
BINUTILS_VERSION = arc-2016.09-rc2
else
BINUTILS_VERSION = 2.25.1
endif