36c6037f1d
Update to gcc 10.2, gdb 10.1, binutils 2.35.1. See "Release Note": https://developer.arm.com/open-source/gnu-toolchain/gnu-a/downloads# Tested with qemu_arm_vexpress_defconfig. Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
13 lines
547 B
Makefile
13 lines
547 B
Makefile
################################################################################
|
|
#
|
|
# toolchain-external-arm-arm
|
|
#
|
|
################################################################################
|
|
|
|
TOOLCHAIN_EXTERNAL_ARM_ARM_VERSION = 2020.11
|
|
TOOLCHAIN_EXTERNAL_ARM_ARM_SITE = https://developer.arm.com/-/media/Files/downloads/gnu-a/10.2-$(TOOLCHAIN_EXTERNAL_ARM_ARM_VERSION)/binrel
|
|
|
|
TOOLCHAIN_EXTERNAL_ARM_ARM_SOURCE = gcc-arm-10.2-$(TOOLCHAIN_EXTERNAL_ARM_ARM_VERSION)-x86_64-arm-none-linux-gnueabihf.tar.xz
|
|
|
|
$(eval $(toolchain-external-package))
|