diff options
| author | Alexey Brodkin <Alexey.Brodkin@synopsys.com> | 2015-07-15 15:51:18 +0300 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-07-18 11:13:31 +0200 |
| commit | 1f0e184e402442331bd4cbe379721e109650f7a1 (patch) | |
| tree | 194e00ddbd277119efd84aba71ab37e90107618d /package/binutils | |
| parent | 51bdd8134c0d3ddf5dca327e896e3b8b941ab425 (diff) | |
| download | buildroot-1f0e184e402442331bd4cbe379721e109650f7a1.tar.gz buildroot-1f0e184e402442331bd4cbe379721e109650f7a1.zip | |
ARC: update tools to arc-2015.06 release
I'm happy to update GNU tools for ARC cores to the most recent
arc-2015.06 release.
This release brings following major improvements:
* GCC: source update to v4.8.4
* GCC: C ABI compatibility between MetaWare and GNU toolchains
* uClibc: support for thread local storage and Native Pthread Library (NPTL)
* GDB: updated to version 7.9.1
Also a lot of fixes and improvements has been done, please refer to
https://github.com/foss-for-synopsys-dwc-arc-processors/toolchain/releases/tag/arc-2015.06
for more details.
Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Cc: Anton Kolesov <akolesov@synopsys.com>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Cc: Peter Korsgaard <peter@korsgaard.com>
Cc: Romain Naour <romain.naour@openwide.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/binutils')
| -rw-r--r-- | package/binutils/Config.in.host | 2 | ||||
| -rw-r--r-- | package/binutils/arc-2015.06/0001-PR-other-56780.patch (renamed from package/binutils/arc-2015.06-rc1/0001-PR-other-56780.patch) | 0 | ||||
| -rw-r--r-- | package/binutils/arc-2015.06/600-poison-system-directories.patch (renamed from package/binutils/arc-2015.06-rc1/600-poison-system-directories.patch) | 0 | ||||
| -rw-r--r-- | package/binutils/binutils.hash | 2 | ||||
| -rw-r--r-- | package/binutils/binutils.mk | 2 |
5 files changed, 3 insertions, 3 deletions
diff --git a/package/binutils/Config.in.host b/package/binutils/Config.in.host index 76e7e77cde..70253cc9b6 100644 --- a/package/binutils/Config.in.host +++ b/package/binutils/Config.in.host @@ -24,7 +24,7 @@ endchoice config BR2_BINUTILS_VERSION string - default "arc-2015.06-rc1" if BR2_arc + default "arc-2015.06" if BR2_arc default "2.23.2" if BR2_BINUTILS_VERSION_2_23_2 default "2.24" if BR2_BINUTILS_VERSION_2_24 default "2.25" if BR2_BINUTILS_VERSION_2_25 diff --git a/package/binutils/arc-2015.06-rc1/0001-PR-other-56780.patch b/package/binutils/arc-2015.06/0001-PR-other-56780.patch index b418a2f4a9..b418a2f4a9 100644 --- a/package/binutils/arc-2015.06-rc1/0001-PR-other-56780.patch +++ b/package/binutils/arc-2015.06/0001-PR-other-56780.patch diff --git a/package/binutils/arc-2015.06-rc1/600-poison-system-directories.patch b/package/binutils/arc-2015.06/600-poison-system-directories.patch index 8a3bdc647c..8a3bdc647c 100644 --- a/package/binutils/arc-2015.06-rc1/600-poison-system-directories.patch +++ b/package/binutils/arc-2015.06/600-poison-system-directories.patch diff --git a/package/binutils/binutils.hash b/package/binutils/binutils.hash index f662adcc62..6f45a9c622 100644 --- a/package/binutils/binutils.hash +++ b/package/binutils/binutils.hash @@ -4,4 +4,4 @@ sha512 dec753bbba008f1526b89cf1bd85feba78f362f5333ffdf93953fd131eb755976dec82a0 sha512 5ec95ad47d49b12c4558a8db0ca2109d3ee1955e3776057f3330c4506f8f4d1cf5e505fbf8a16b98403a0fcdeaaf986fe0a22be6456247dbdace63ce1f776b12 binutils-2.24.tar.bz2 sha512 49438970642f379978aba988e3d2e7b63dab6fd0b46d91f4100f083e87a84d242089daca58572245fe620457a77bbbe2d78588ff3fb79314e500d1a39bf96f30 binutils-2.25.tar.bz2 # No hash for the ARC variant, comes from the github-helper: -none xxx binutils-arc-2015.06-rc1.tar.gz +none xxx binutils-arc-2015.06.tar.gz diff --git a/package/binutils/binutils.mk b/package/binutils/binutils.mk index 009a9001f7..535c019567 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-2015.06-rc1 +BINUTILS_VERSION = arc-2015.06 else BINUTILS_VERSION = 2.24 endif |

