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>
10 lines
201 B
Plaintext
10 lines
201 B
Plaintext
if BR2_TOOLCHAIN_EXTERNAL_ARM_ARM
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_PREFIX
|
|
default "arm-none-linux-gnueabihf"
|
|
|
|
config BR2_PACKAGE_PROVIDES_TOOLCHAIN_EXTERNAL
|
|
default "toolchain-external-arm-arm"
|
|
|
|
endif
|