[Buildroot] [git commit] toolchain: Bump ARC tools to arc-2016.09-eng013

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sat Sep 17 17:36:27 UTC 2016


commit: https://git.buildroot.net/buildroot/commit/?id=999c7048c1733e0ff3d7479f125e183c848a41af
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

As described at:
4520524ba055706236db9f00dd79f1b2e2e87fde
this commit continues a series of updates of ARC tools.
This time we're updating tools to arc-2016.09-eng013.

This engenering build contains some important GCC updatesthat fixes
some failures for ARC, such as:
http://autobuild.buildroot.net/results/f80/f80ad8a07d9d58b46592c2c99b227197b0f808d3//
http://autobuild.buildroot.net/results/e59/e59e6592fc697cceda359e421387dd905ff04701//
http://autobuild.buildroot.net/results/521/52157aa2b5d75b5338f3bde7ae5beb3d300283d3//

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 at synopsys.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 package/binutils/Config.in.host                                         | 2 +-
 .../{arc-2016.09-eng011 => arc-2016.09-eng013}/0300-ld-makefile.patch   | 0
 .../0301-check-ldrunpath-length.patch                                   | 0
 .../0500-add-sysroot-fix-from-bug-3049.patch                            | 0
 .../0600-poison-system-directories.patch                                | 0
 package/binutils/binutils.hash                                          | 2 +-
 package/binutils/binutils.mk                                            | 2 +-
 package/gcc/Config.in.host                                              | 2 +-
 .../301-missing-execinfo_h.patch                                        | 0
 .../gcc/{arc-2016.09-eng011 => arc-2016.09-eng013}/860-cilk-wchar.patch | 0
 .../940-uclinux-enable-threads.patch                                    | 0
 package/gcc/gcc.hash                                                    | 2 +-
 12 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/package/binutils/Config.in.host b/package/binutils/Config.in.host
index 6e3f824..51ee2cc 100644
--- a/package/binutils/Config.in.host
+++ b/package/binutils/Config.in.host
@@ -32,7 +32,7 @@ endchoice
 
 config BR2_BINUTILS_VERSION
 	string
-	default "arc-2016.09-eng011"	if BR2_arc
+	default "arc-2016.09-eng013"	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
diff --git a/package/binutils/arc-2016.09-eng011/0300-ld-makefile.patch b/package/binutils/arc-2016.09-eng013/0300-ld-makefile.patch
similarity index 100%
rename from package/binutils/arc-2016.09-eng011/0300-ld-makefile.patch
rename to package/binutils/arc-2016.09-eng013/0300-ld-makefile.patch
diff --git a/package/binutils/arc-2016.09-eng011/0301-check-ldrunpath-length.patch b/package/binutils/arc-2016.09-eng013/0301-check-ldrunpath-length.patch
similarity index 100%
rename from package/binutils/arc-2016.09-eng011/0301-check-ldrunpath-length.patch
rename to package/binutils/arc-2016.09-eng013/0301-check-ldrunpath-length.patch
diff --git a/package/binutils/arc-2016.09-eng011/0500-add-sysroot-fix-from-bug-3049.patch b/package/binutils/arc-2016.09-eng013/0500-add-sysroot-fix-from-bug-3049.patch
similarity index 100%
rename from package/binutils/arc-2016.09-eng011/0500-add-sysroot-fix-from-bug-3049.patch
rename to package/binutils/arc-2016.09-eng013/0500-add-sysroot-fix-from-bug-3049.patch
diff --git a/package/binutils/arc-2016.09-eng011/0600-poison-system-directories.patch b/package/binutils/arc-2016.09-eng013/0600-poison-system-directories.patch
similarity index 100%
rename from package/binutils/arc-2016.09-eng011/0600-poison-system-directories.patch
rename to package/binutils/arc-2016.09-eng013/0600-poison-system-directories.patch
diff --git a/package/binutils/binutils.hash b/package/binutils/binutils.hash
index 645bad1..42e7452 100644
--- a/package/binutils/binutils.hash
+++ b/package/binutils/binutils.hash
@@ -5,4 +5,4 @@ sha512  9d9165609fd3b0f20d616f9891fc8e2b466eb13e2bfce40125e12427f8f201d20e2b8322
 sha512	cf276f84935312361a2ca077e04d0b469d23a3aed979d8ba5d92ea590904ffb2c2e7ed12cc842822bfc402836be86f479660cef3791aa62f3753d8a1a6f564cb  binutils-2.27.tar.bz2
 
 # Locally calculated (fetched from Github)
-sha512  829e14152dbd18bad36d7e161bdde52e92e8b439ab9fbc18655172f0e2fae954885286e77ceaab9e13b68f3ca19506068c3b1808a2e88f12ad6674d421519b64  binutils-arc-2016.09-eng011.tar.gz
+sha512  acd7a5086ec386a3a5038df10daf0cbba42024bb8679e2f4b65389e7a4316709fd04d7b9729874f1bb28199a8eb22e36820558bc0f23ff6d20d7fc98e0f549fb  binutils-arc-2016.09-eng013.tar.gz
diff --git a/package/binutils/binutils.mk b/package/binutils/binutils.mk
index ad3a0d8..1f9a356 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-eng011
+BINUTILS_VERSION = arc-2016.09-eng013
 else
 BINUTILS_VERSION = 2.25.1
 endif
diff --git a/package/gcc/Config.in.host b/package/gcc/Config.in.host
index d470710..134b16c 100644
--- a/package/gcc/Config.in.host
+++ b/package/gcc/Config.in.host
@@ -121,7 +121,7 @@ config BR2_GCC_VERSION
 	default "4.9.4"     if BR2_GCC_VERSION_4_9_X
 	default "5.4.0"     if BR2_GCC_VERSION_5_X
 	default "6.2.0"     if BR2_GCC_VERSION_6_X
-	default "arc-2016.09-eng011" if BR2_GCC_VERSION_4_8_ARC
+	default "arc-2016.09-eng013" if BR2_GCC_VERSION_4_8_ARC
 
 config BR2_EXTRA_GCC_CONFIG_OPTIONS
 	string "Additional gcc options"
diff --git a/package/gcc/arc-2016.09-eng011/301-missing-execinfo_h.patch b/package/gcc/arc-2016.09-eng013/301-missing-execinfo_h.patch
similarity index 100%
rename from package/gcc/arc-2016.09-eng011/301-missing-execinfo_h.patch
rename to package/gcc/arc-2016.09-eng013/301-missing-execinfo_h.patch
diff --git a/package/gcc/arc-2016.09-eng011/860-cilk-wchar.patch b/package/gcc/arc-2016.09-eng013/860-cilk-wchar.patch
similarity index 100%
rename from package/gcc/arc-2016.09-eng011/860-cilk-wchar.patch
rename to package/gcc/arc-2016.09-eng013/860-cilk-wchar.patch
diff --git a/package/gcc/arc-2016.09-eng011/940-uclinux-enable-threads.patch b/package/gcc/arc-2016.09-eng013/940-uclinux-enable-threads.patch
similarity index 100%
rename from package/gcc/arc-2016.09-eng011/940-uclinux-enable-threads.patch
rename to package/gcc/arc-2016.09-eng013/940-uclinux-enable-threads.patch
diff --git a/package/gcc/gcc.hash b/package/gcc/gcc.hash
index e55adf0..4856562 100644
--- a/package/gcc/gcc.hash
+++ b/package/gcc/gcc.hash
@@ -12,4 +12,4 @@ sha512  2941cc950c8f2409a314df497631f9b0266211aa74746c1839c46e04f1c7c299afe2528d
 sha512  1e8b826a3d44b9d5899309894e20c03abeb352bf3d273b8ad63af814c0ee2911f1a83ce1cd4cdd2d1cb0b3e3c34e9b7ae1b2ab83dfc649ee817ab05247c76198  gcc-6.2.0.tar.bz2
 
 # Locally calculated (fetched from Github)
-sha512  5fa11058adc0fc3d33bb860151660101bc20c7147cd92bc235057cd722e7fdb923ac0bdf27b09499b8587abb0c420867229bd782bc10bee0c76116c099b5a76c  gcc-arc-2016.09-eng011.tar.gz
+sha512  9b916c2e3c595c0f085d45c09fdf1612c9dfc2a42006699c9af1c73b542ab73bfeb15ff0fbe0a87214156b3f6a146883f1e02e387b2c31701c34de221aa97327  gcc-arc-2016.09-eng013.tar.gz


More information about the buildroot mailing list