diff options
author | Zakharov Vlad <Vladislav.Zakharov@synopsys.com> | 2016-07-12 11:48:21 +0300 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2016-07-12 23:59:11 +0200 |
commit | c88d54746069562a3a3b9a5c1e2c69f7692c5f5c (patch) | |
tree | b506374dd0923ac0bd9d5d7a7fa197daaa155bfb /package/binutils/Config.in.host | |
parent | 6868a342b4cf6a0b0184a0c3040cc300a68bb86b (diff) | |
download | buildroot-c88d54746069562a3a3b9a5c1e2c69f7692c5f5c.tar.gz buildroot-c88d54746069562a3a3b9a5c1e2c69f7692c5f5c.zip |
toolchain: Bump ARC tools to arc-2016.09-eng006
As described at:
4520524ba055706236db9f00dd79f1b2e2e87fde
this commit continues a series of updates of ARC tools.
This engineering build fixes the kernel dwarf stack unwinder feature for
ARC targets.
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.
Related to:
4520524ba055706236db9f00dd79f1b2e2e87fde
Signed-off-by: Vlad Zakharov <vzakhar@synopsys.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/binutils/Config.in.host')
-rw-r--r-- | package/binutils/Config.in.host | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/binutils/Config.in.host b/package/binutils/Config.in.host index a606cc922c..34cda132e6 100644 --- a/package/binutils/Config.in.host +++ b/package/binutils/Config.in.host @@ -28,7 +28,7 @@ endchoice config BR2_BINUTILS_VERSION string - default "arc-2016.09-eng005" if BR2_arc + default "arc-2016.09-eng006" if BR2_arc default "2.24" if BR2_BINUTILS_VERSION_2_24_X default "2.25.1" if BR2_BINUTILS_VERSION_2_25_X default "2.26.1" if BR2_BINUTILS_VERSION_2_26_X |