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/gcc | |
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/gcc')
-rw-r--r-- | package/gcc/Config.in.host | 2 | ||||
-rw-r--r-- | package/gcc/arc-2015.06/100-libstdcxx-uclibc-c99.patch (renamed from package/gcc/arc-2015.06-rc1/100-libstdcxx-uclibc-c99.patch) | 0 | ||||
-rw-r--r-- | package/gcc/arc-2015.06/851-PR-other-56780.patch (renamed from package/gcc/arc-2015.06-rc1/851-PR-other-56780.patch) | 0 | ||||
-rw-r--r-- | package/gcc/arc-2015.06/910-gcc-poison-system-directories.patch (renamed from package/gcc/arc-2015.06-rc1/910-gcc-poison-system-directories.patch) | 0 | ||||
-rw-r--r-- | package/gcc/gcc.hash | 2 |
5 files changed, 2 insertions, 2 deletions
diff --git a/package/gcc/Config.in.host b/package/gcc/Config.in.host index 4501b322e2..890e7289fe 100644 --- a/package/gcc/Config.in.host +++ b/package/gcc/Config.in.host @@ -99,7 +99,7 @@ config BR2_GCC_VERSION default "4.8.5" if BR2_GCC_VERSION_4_8_X default "4.9.3" if BR2_GCC_VERSION_4_9_X default "5.1.0" if BR2_GCC_VERSION_5_1_X - default "arc-2015.06-rc1" if BR2_GCC_VERSION_4_8_ARC + default "arc-2015.06" if BR2_GCC_VERSION_4_8_ARC config BR2_EXTRA_GCC_CONFIG_OPTIONS string "Additional gcc options" diff --git a/package/gcc/arc-2015.06-rc1/100-libstdcxx-uclibc-c99.patch b/package/gcc/arc-2015.06/100-libstdcxx-uclibc-c99.patch index 0d02ef0fb6..0d02ef0fb6 100644 --- a/package/gcc/arc-2015.06-rc1/100-libstdcxx-uclibc-c99.patch +++ b/package/gcc/arc-2015.06/100-libstdcxx-uclibc-c99.patch diff --git a/package/gcc/arc-2015.06-rc1/851-PR-other-56780.patch b/package/gcc/arc-2015.06/851-PR-other-56780.patch index feb433920d..feb433920d 100644 --- a/package/gcc/arc-2015.06-rc1/851-PR-other-56780.patch +++ b/package/gcc/arc-2015.06/851-PR-other-56780.patch diff --git a/package/gcc/arc-2015.06-rc1/910-gcc-poison-system-directories.patch b/package/gcc/arc-2015.06/910-gcc-poison-system-directories.patch index 67b37997b8..67b37997b8 100644 --- a/package/gcc/arc-2015.06-rc1/910-gcc-poison-system-directories.patch +++ b/package/gcc/arc-2015.06/910-gcc-poison-system-directories.patch diff --git a/package/gcc/gcc.hash b/package/gcc/gcc.hash index 1506ad9437..d3fe3638c3 100644 --- a/package/gcc/gcc.hash +++ b/package/gcc/gcc.hash @@ -9,4 +9,4 @@ sha512 9ac57377a6975fc7adac704ec81355262b9f537def6955576753b87715470a20ee6a2a31 # From ftp://gcc.gnu.org/pub/gcc/releases/gcc-5.1.0/sha512.sum sha512 30f6a94d3adb25bc51fcaddf32a6c41429f569eeb9ed64330445b1296f99998fbfa03277b375be4f7b2b80f519910ef88e4149db7cd9031e2c61a49f501bde94 gcc-5.1.0.tar.bz2 # No hash for the ARC variant, comes from the github-helper: -none xxx gcc-arc-2015.06-rc1.tar.gz +none xxx gcc-arc-2015.06.tar.gz |