e1a6deef25
Update to gcc 9.2.1, gdb 8.3.0, binutils 2.33.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: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
13 lines
545 B
Makefile
13 lines
545 B
Makefile
################################################################################
|
|
#
|
|
# toolchain-external-arm-arm
|
|
#
|
|
################################################################################
|
|
|
|
TOOLCHAIN_EXTERNAL_ARM_ARM_VERSION = 2019.12
|
|
TOOLCHAIN_EXTERNAL_ARM_ARM_SITE = https://developer.arm.com/-/media/Files/downloads/gnu-a/9.2-$(TOOLCHAIN_EXTERNAL_ARM_ARM_VERSION)/binrel
|
|
|
|
TOOLCHAIN_EXTERNAL_ARM_ARM_SOURCE = gcc-arm-9.2-$(TOOLCHAIN_EXTERNAL_ARM_ARM_VERSION)-x86_64-arm-none-linux-gnueabihf.tar.xz
|
|
|
|
$(eval $(toolchain-external-package))
|