diff options
author | Alexey Brodkin <Alexey.Brodkin@synopsys.com> | 2014-08-21 21:33:56 +0400 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-09-01 16:14:42 +0200 |
commit | a484a6ca2c7817eacfce486b672a9a31f7537c2a (patch) | |
tree | e8655f419c85e98358cb6931016f6ccb20c1ef48 /package/gcc | |
parent | 3ca5f0b49caa00371ef3123ed23829458a30cf16 (diff) | |
download | buildroot-a484a6ca2c7817eacfce486b672a9a31f7537c2a.tar.gz buildroot-a484a6ca2c7817eacfce486b672a9a31f7537c2a.zip |
ARC: bump tools to 2014.08 release
Now when new shiny tools are released by Synopsys we're ready for version
update in Buildroot.
Important change in this release is switching to combined "binutils-gdb" repo
in accordance to upstream move.
Following patch now is a part of the most recent relese:
https://github.com/foss-for-synopsys-dwc-arc-processors/binutils-gdb/commit/e6ab8cac627a44a7594aeb907a579d8d2f066ba5
So dropping it.
package/binutils/arc-4.8-R3/0001-arc-Honor-DESTDIR-in-custom-Makefile.patch
Since arc-2014.08 tools are still based on GCC 4.8 following patch is still
relevant so moving to the new folder to matxh ARC gcc bump.
package/gcc/arc-4.8-R3/100-libstdcxx-uclibc-c99.patch ->
package/gcc/arc-2014.08/100-libstdcxx-uclibc-c99.patch
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>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/gcc')
-rw-r--r-- | package/gcc/Config.in.host | 2 | ||||
-rw-r--r-- | package/gcc/arc-2014.08/100-libstdcxx-uclibc-c99.patch (renamed from package/gcc/arc-4.8-R3/100-libstdcxx-uclibc-c99.patch) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/package/gcc/Config.in.host b/package/gcc/Config.in.host index b29bacb694..b536a66826 100644 --- a/package/gcc/Config.in.host +++ b/package/gcc/Config.in.host @@ -99,7 +99,7 @@ config BR2_GCC_VERSION default "4.7.4" if BR2_GCC_VERSION_4_7_X default "4.8.3" if BR2_GCC_VERSION_4_8_X default "4.9.1" if BR2_GCC_VERSION_4_9_X - default "arc-4.8-R3" if BR2_GCC_VERSION_4_8_ARC + default "arc-2014.08" if BR2_GCC_VERSION_4_8_ARC default BR2_GCC_SNAP_DATE if BR2_GCC_VERSION_SNAP config BR2_EXTRA_GCC_CONFIG_OPTIONS diff --git a/package/gcc/arc-4.8-R3/100-libstdcxx-uclibc-c99.patch b/package/gcc/arc-2014.08/100-libstdcxx-uclibc-c99.patch index 0d02ef0fb6..0d02ef0fb6 100644 --- a/package/gcc/arc-4.8-R3/100-libstdcxx-uclibc-c99.patch +++ b/package/gcc/arc-2014.08/100-libstdcxx-uclibc-c99.patch |