]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
toolchain-external: bump version of Linaro ARMeb toolchain to 2017.11
authorRomain Naour <romain.naour@gmail.com>
Thu, 14 Dec 2017 22:54:25 +0000 (23:54 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 15 Dec 2017 07:58:07 +0000 (08:58 +0100)
https://releases.linaro.org/components/toolchain/binaries/6.4-2017.11

Signed-off-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
toolchain/toolchain-external/toolchain-external-linaro-armeb/Config.in
toolchain/toolchain-external/toolchain-external-linaro-armeb/toolchain-external-linaro-armeb.hash
toolchain/toolchain-external/toolchain-external-linaro-armeb/toolchain-external-linaro-armeb.mk

index 3c45a610c50b35cf7616b5e4b5501325bd7bce97..706b9512278c4c128b699147d87cb41c10475fd8 100644 (file)
@@ -5,7 +5,7 @@ comment "Linaro toolchains available for Cortex-A + EABIhf"
        depends on !BR2_STATIC_LIBS
 
 config BR2_TOOLCHAIN_EXTERNAL_LINARO_ARMEB
-       bool "Linaro armeb 2017.08"
+       bool "Linaro armeb 2017.11"
        depends on BR2_armeb
        depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_7
        depends on BR2_ARM_CPU_ARMV7A || BR2_ARM_CPU_ARMV8A
@@ -20,8 +20,8 @@ config BR2_TOOLCHAIN_EXTERNAL_LINARO_ARMEB
        select BR2_TOOLCHAIN_GCC_AT_LEAST_6
        help
          Linaro toolchain for the ARM big endian architecture. It
-         uses Linaro GCC 2017.08 (based on gcc 6.4.1), Linaro GDB
-         2017.08 (based on GDB 8.0), glibc 2.23, Binutils 2017.08
+         uses Linaro GCC 2017.11 (based on gcc 6.4.1), Linaro GDB
+         2017.11 (based on GDB 8.0), glibc 2.23, Binutils 2017.11
          (based on 2.27). It generates code that runs on all Cortex-A
          profile devices, but tuned for the Cortex-A9. The code
          generated is Thumb 2, with the hard floating point calling
index c70d64047f32cdad25183cc91b4d3ee168fb6899..9a46b463942dc10235dbe24c2e88c329413119d8 100644 (file)
@@ -1,3 +1,3 @@
 # Locally calculated
-sha256 7472ed65dd73945d4574e30fd2d26ef15d65b309dee83aaaf5a97df8fe3a94c7  gcc-linaro-6.4.1-2017.08-i686_armeb-linux-gnueabihf.tar.xz
-sha256 97a0de6ce7a77a2df7398e907621242752e6e5f1787772d7b308c82a3a039fab  gcc-linaro-6.4.1-2017.08-x86_64_armeb-linux-gnueabihf.tar.xz
+sha256 2f4bcff14c007feaf0ec68eca828ab6968bf7dbc6d50afa1615d39b591f424a8  gcc-linaro-6.4.1-2017.11-i686_armeb-linux-gnueabihf.tar.xz
+sha256 14c476c65d17032839ab60be2ec601a59920189305e27f02cb9171ad556c8a6b  gcc-linaro-6.4.1-2017.11-x86_64_armeb-linux-gnueabihf.tar.xz
index ff2c5d607807872c22ab8da295feb7f4376cc1d8..a111e55be4c076c0f5fcc11e2e61c7358e042f80 100644 (file)
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-TOOLCHAIN_EXTERNAL_LINARO_ARMEB_VERSION = 2017.08
+TOOLCHAIN_EXTERNAL_LINARO_ARMEB_VERSION = 2017.11
 TOOLCHAIN_EXTERNAL_LINARO_ARMEB_SITE = https://releases.linaro.org/components/toolchain/binaries/6.4-$(TOOLCHAIN_EXTERNAL_LINARO_ARMEB_VERSION)/armeb-linux-gnueabihf
 
 ifeq ($(HOSTARCH),x86)