1cc2a31a0c
Update to gcc 10.3, gdb 10.2, binutils 2.36.1, glibc 2.33. Remove BR2_TOOLCHAIN_HAS_NATIVE_RPC since the support for obsolete RPC was finally dropped in glibc in 2.32 (2020-08-04). See "Release Note": https://developer.arm.com/open-source/gnu-toolchain/gnu-a/downloads# Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
13 lines
590 B
Makefile
13 lines
590 B
Makefile
################################################################################
|
|
#
|
|
# toolchain-external-arm-aarch64-be
|
|
#
|
|
################################################################################
|
|
|
|
TOOLCHAIN_EXTERNAL_ARM_AARCH64_BE_VERSION = 2021.07
|
|
TOOLCHAIN_EXTERNAL_ARM_AARCH64_BE_SITE = https://developer.arm.com/-/media/Files/downloads/gnu-a/10.3-$(TOOLCHAIN_EXTERNAL_ARM_AARCH64_BE_VERSION)/binrel
|
|
|
|
TOOLCHAIN_EXTERNAL_ARM_AARCH64_BE_SOURCE = gcc-arm-10.3-$(TOOLCHAIN_EXTERNAL_ARM_AARCH64_BE_VERSION)-x86_64-aarch64_be-none-linux-gnu.tar.xz
|
|
|
|
$(eval $(toolchain-external-package))
|