support/config-fragments/autobuild: update toolchains for 2017.11-rc1
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 7 Nov 2017 14:21:43 +0000 (15:21 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 11 Nov 2017 22:38:05 +0000 (23:38 +0100)
commitd127d1159c15eb985f71707b59afe3a4038fe91f
treeb5ee6e4d64c968204ce026bcc7b5290d6bca7224
parent1a4b5bb4b21f05dd42ddd6158d74d431ac003c92
support/config-fragments/autobuild: update toolchains for 2017.11-rc1

All Buildroot pre-built toolchains have been rebuilt with Buildroot
2017.11-rc1, so that they have the latest version of
glibc/musl/uClibc, and also the latest gcc/binutils updates.

Specifically, this will fix the build failures on Blackfin that were
due to the missing accept4() support:

  http://autobuild.buildroot.net/results/8b5a72dd7cde685f6f68f46aeee8b1b60c96d559/
  (openobex)

  http://autobuild.buildroot.net/results/b19dd9ed29944d7f79c6f824669e3baaa0bb045a/
  (libiio)

In terms of changes to the toolchains:

 - AArch64 glibc toolchain changed to use 4.4 kernel headers instead
   of 4.1, in order to increase the variety of kernel header versions
   being tested.

 - Most configurations now use 4.13 kernel headers instead of 4.12
   (except the configurations that were explicitly using an older
   kernel headers version)

 - The mips64 n64 configuration is changed from using gcc 4.9 to gcc
   5, since another ARM configuration already tests gcc 4.9.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
31 files changed:
support/config-fragments/autobuild/br-aarch64-glibc.config
support/config-fragments/autobuild/br-arcle-hs38.config
support/config-fragments/autobuild/br-arm-basic.config
support/config-fragments/autobuild/br-arm-cortex-a9-glibc.config
support/config-fragments/autobuild/br-arm-cortex-a9-musl.config
support/config-fragments/autobuild/br-arm-cortex-m4-full.config
support/config-fragments/autobuild/br-arm-full-nothread.config
support/config-fragments/autobuild/br-arm-full-static.config
support/config-fragments/autobuild/br-arm-full.config
support/config-fragments/autobuild/br-bfin-full.config
support/config-fragments/autobuild/br-i386-pentium-mmx-musl.config
support/config-fragments/autobuild/br-i386-pentium4-full.config
support/config-fragments/autobuild/br-m68k-5208-full.config
support/config-fragments/autobuild/br-m68k-68040-full.config
support/config-fragments/autobuild/br-microblazeel-full.config
support/config-fragments/autobuild/br-mips32r6-el-hf-glibc.config
support/config-fragments/autobuild/br-mips64-n64-full.config
support/config-fragments/autobuild/br-mips64r6-el-hf-glibc.config
support/config-fragments/autobuild/br-mipsel-o32-full.config
support/config-fragments/autobuild/br-nios2-glibc.config
support/config-fragments/autobuild/br-openrisc-uclibc.config
support/config-fragments/autobuild/br-powerpc-603e-basic-cpp.config
support/config-fragments/autobuild/br-powerpc-e500mc-full.config
support/config-fragments/autobuild/br-powerpc64-power7-glibc.config
support/config-fragments/autobuild/br-powerpc64le-power8-glibc.config
support/config-fragments/autobuild/br-sh4-full.config
support/config-fragments/autobuild/br-sparc-uclibc.config
support/config-fragments/autobuild/br-sparc64-glibc.config
support/config-fragments/autobuild/br-x86-64-core2-full.config
support/config-fragments/autobuild/br-x86-64-musl.config
support/config-fragments/autobuild/br-xtensa-full.config