e248426a15
The gcc toolchain is also released for an aarch64 host target and allow that configuration to be used as part of the configuration. Tested on on a aarch64 linux docker. Signed-off-by: Charles Hardin <ckhardin@gmail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
13 lines
552 B
Makefile
13 lines
552 B
Makefile
################################################################################
|
|
#
|
|
# toolchain-external-arm-arm
|
|
#
|
|
################################################################################
|
|
|
|
TOOLCHAIN_EXTERNAL_ARM_ARM_VERSION = 2021.07
|
|
TOOLCHAIN_EXTERNAL_ARM_ARM_SITE = https://developer.arm.com/-/media/Files/downloads/gnu-a/10.3-$(TOOLCHAIN_EXTERNAL_ARM_ARM_VERSION)/binrel
|
|
|
|
TOOLCHAIN_EXTERNAL_ARM_ARM_SOURCE = gcc-arm-10.3-$(TOOLCHAIN_EXTERNAL_ARM_ARM_VERSION)-$(HOSTARCH)-arm-none-linux-gnueabihf.tar.xz
|
|
|
|
$(eval $(toolchain-external-package))
|