]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blob - toolchain/toolchain-external/toolchain-external-linaro-aarch64/toolchain-external-linaro-aarch64.mk
toolchain-external: bump version of Linaro AArch64 toolchain to 2017.08
[coffee/buildroot.git] / toolchain / toolchain-external / toolchain-external-linaro-aarch64 / toolchain-external-linaro-aarch64.mk
1 ################################################################################
2 #
3 # toolchain-external-linaro-aarch64
4 #
5 ################################################################################
6
7 TOOLCHAIN_EXTERNAL_LINARO_AARCH64_VERSION = 2017.08
8 TOOLCHAIN_EXTERNAL_LINARO_AARCH64_SITE = https://releases.linaro.org/components/toolchain/binaries/6.4-$(TOOLCHAIN_EXTERNAL_LINARO_AARCH64_VERSION)/aarch64-linux-gnu
9
10 ifeq ($(HOSTARCH),x86)
11 TOOLCHAIN_EXTERNAL_LINARO_AARCH64_SOURCE = gcc-linaro-6.4.1-$(TOOLCHAIN_EXTERNAL_LINARO_AARCH64_VERSION)-i686_aarch64-linux-gnu.tar.xz
12 else
13 TOOLCHAIN_EXTERNAL_LINARO_AARCH64_SOURCE = gcc-linaro-6.4.1-$(TOOLCHAIN_EXTERNAL_LINARO_AARCH64_VERSION)-x86_64_aarch64-linux-gnu.tar.xz
14 endif
15
16 $(eval $(toolchain-external-package))