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

Linaro no longer do gcc releases - they're done by Arm now.

Update gcc_aarch64_linux_ext_dep.yaml to fetch the latest AARCH64 gcc
release (10.3-2021.07) from their site and fix LinuxGcc5ToolChain.py with the
new GCC_AARCH64_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_aarch64_linux_ext_dep.yaml
BaseTools/Plugin/LinuxGcc5ToolChain/LinuxGcc5ToolChain.py