diff options
| author | Zakharov Vlad <Vladislav.Zakharov@synopsys.com> | 2016-09-05 20:41:37 +0300 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-09-05 22:10:06 +0200 |
| commit | 9b77525c9a749a2dac57327257ac8ccb5dfe3d45 (patch) | |
| tree | 7ba55bfd22bfd4039004ea57f11f1da9aeb04674 /package/binutils/binutils.mk | |
| parent | e1b348e94eba00581ae33fd66a6eff2bfac62e18 (diff) | |
| download | buildroot-9b77525c9a749a2dac57327257ac8ccb5dfe3d45.tar.gz buildroot-9b77525c9a749a2dac57327257ac8ccb5dfe3d45.zip | |
toolchain: Bump ARC tools to arc-2016.09-eng011
As described at:
4520524ba055706236db9f00dd79f1b2e2e87fde
this commit continues a series of updates of ARC tools.
This time we're updating tools to arc-2016.09-eng011.
This engenering build contains the following updates:
1. rebase binutils on top of the latest upstream master
2. update GCC to version 6.2
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.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/binutils/binutils.mk b/package/binutils/binutils.mk index 97daeff0e6..71ea2b0be0 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-eng010 +BINUTILS_VERSION = arc-2016.09-eng011 else BINUTILS_VERSION = 2.25.1 endif |

