toolchain-external: bump version of Linaro AArch64 toolchain to 2017.11

https://releases.linaro.org/components/toolchain/binaries/6.4-2017.11

Tested with qemu_aarch64_virt_defconfig.

Signed-off-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Romain Naour 2017-12-14 23:54:26 +01:00 committed by Thomas Petazzoni
parent 0372d5f798
commit 2729ab792e
3 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
config BR2_TOOLCHAIN_EXTERNAL_LINARO_AARCH64
bool "Linaro AArch64 2017.08"
bool "Linaro AArch64 2017.11"
depends on BR2_aarch64
depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_7
depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"

View File

@ -1,3 +1,3 @@
# Locally calculated
sha256 6365480ab93e30185ffd33070b9332e0caa2c3c0813dd71bfbc83d300b76b4c9 gcc-linaro-6.4.1-2017.08-i686_aarch64-linux-gnu.tar.xz
sha256 f507d071c6969665e26c595d6d952d7b18eb11609a71cb6debbafb55d700522a gcc-linaro-6.4.1-2017.08-x86_64_aarch64-linux-gnu.tar.xz
sha256 7c5af17ab8c9b29367f839639f165db0e341f732553953f88a37d0721d3536a7 gcc-linaro-6.4.1-2017.11-i686_aarch64-linux-gnu.tar.xz
sha256 7929a58f2e461f614641ca3a90a64336bde2abe6925cf39d3846b50960249b15 gcc-linaro-6.4.1-2017.11-x86_64_aarch64-linux-gnu.tar.xz

View File

@ -4,7 +4,7 @@
#
################################################################################
TOOLCHAIN_EXTERNAL_LINARO_AARCH64_VERSION = 2017.08
TOOLCHAIN_EXTERNAL_LINARO_AARCH64_VERSION = 2017.11
TOOLCHAIN_EXTERNAL_LINARO_AARCH64_SITE = https://releases.linaro.org/components/toolchain/binaries/6.4-$(TOOLCHAIN_EXTERNAL_LINARO_AARCH64_VERSION)/aarch64-linux-gnu
ifeq ($(HOSTARCH),x86)