diff options
| author | Zakharov Vlad <Vladislav.Zakharov@synopsys.com> | 2016-12-02 21:38:12 +0300 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2016-12-02 20:45:09 +0100 |
| commit | 19eaddc935eacb31e48938caad9eb227dcb6eec9 (patch) | |
| tree | a1be44ae721dfda43cda3d7169cc30ed7aeba088 /package/binutils/binutils.mk | |
| parent | aea747a1ad6ca9dc4b63692a6376959c40834f59 (diff) | |
| download | buildroot-19eaddc935eacb31e48938caad9eb227dcb6eec9.tar.gz buildroot-19eaddc935eacb31e48938caad9eb227dcb6eec9.zip | |
toolchain: Bump ARC tools to arc-2016.09-rc2
As described at:
4520524ba055706236db9f00dd79f1b2e2e87fde
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>
Diffstat (limited to 'package/binutils/binutils.mk')
| -rw-r--r-- | package/binutils/binutils.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/binutils/binutils.mk b/package/binutils/binutils.mk index 61486a2f8f..bf345bb63f 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-rc1 +BINUTILS_VERSION = arc-2016.09-rc2 else BINUTILS_VERSION = 2.25.1 endif |

