]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: Switch to downloading the ARM compiler from Arm's site
authorRebecca Cran <rebecca@bsdio.com>
Mon, 30 Aug 2021 05:14:49 +0000 (13:14 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Wed, 29 Sep 2021 11:41:36 +0000 (11:41 +0000)
commit2ea0a0a414182b5955461a6d68da43a832274a1c
treef435bbd694b015dbaf9034d8e37f690960ba60f8
parent4a1899dd790d165c4b5f66d67c970e9eafaedc02
BaseTools: Switch to downloading the ARM compiler from Arm's site

Linaro no longer do gcc releases - they're done by Arm now.
Update gcc_arm_linux_ext_dep.yaml to fetch the latest ARM gcc release
(10.3-2021.07) from their site and fix LinuxGcc5ToolChain.py with the
new GCC_ARM_PREFIX.

Signed-off-by: Rebecca Cran <rebecca@bsdio.com>
Acked-by: Leif Lindholm <leif@nuviainc.com>
Acked-by: Liming Gao <gaoliming@byosoft.com.cn>
Acked-by: Ard Biesheuvel <ardb@kernel.org>
Reviewed-by: Pierre Gondois <Pierre.Gondois@arm.com>
Acked-by: Bob Feng <bob.c.feng@intel.com>
BaseTools/Bin/gcc_arm_linux_ext_dep.yaml
BaseTools/Plugin/LinuxGcc5ToolChain/LinuxGcc5ToolChain.py