public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH v3 0/2] BaseTools: Switch to downloading the ARM and AARCH64 compilers from Arm's site
@ 2021-09-23 16:09 Rebecca Cran
  2021-09-23 16:09 ` [PATCH v3 1/2] BaseTools: Switch to downloading the ARM compiler " Rebecca Cran
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Rebecca Cran @ 2021-09-23 16:09 UTC (permalink / raw)
  To: devel, Bob Feng, Liming Gao, Yuwei Chen, Sean Brogan,
	Sami Mujawar, Leif Lindholm, Ard Biesheuvel
  Cc: Rebecca Cran

BaseTools/Bin/gcc_[arm,aarch64]_linux_ext_dep.yaml downloads GCC releases
from https://releases.linaro.org/components/toolchain/binaries/7.4-2019.02 . 

As indicated in the URL, those builds are from 2019 because Linaro no
longer do GCC releases, with that task having moved to Arm. 

The Arm GCC page is https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-a/downloads,
with the latest release being 10.3-2021.07.

gcc_aarch64_linux_ext_dep.yaml is used when setting up a CI
environment using the stuart tools.

BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3594
PR: https://github.com/tianocore/edk2/pull/1909

Changes from v2 to v3:

Fixed the author to be @nuviainc.com instead of @bsdio.com.

Rebecca Cran (2):
  BaseTools: Switch to downloading the ARM compiler from Arm's site
  BaseTools: Switch to downloading the AARCH64 compiler from Arm's site

 BaseTools/Bin/gcc_aarch64_linux_ext_dep.yaml              | 10 +++++-----
 BaseTools/Bin/gcc_arm_linux_ext_dep.yaml                  | 10 +++++-----
 BaseTools/Plugin/LinuxGcc5ToolChain/LinuxGcc5ToolChain.py |  4 ++--
 3 files changed, 12 insertions(+), 12 deletions(-)

-- 
2.31.1


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2021-09-29 11:15 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-09-23 16:09 [PATCH v3 0/2] BaseTools: Switch to downloading the ARM and AARCH64 compilers from Arm's site Rebecca Cran
2021-09-23 16:09 ` [PATCH v3 1/2] BaseTools: Switch to downloading the ARM compiler " Rebecca Cran
2021-09-23 16:09 ` [PATCH v3 2/2] BaseTools: Switch to downloading the AARCH64 " Rebecca Cran
2021-09-23 18:17 ` [PATCH v3 0/2] BaseTools: Switch to downloading the ARM and AARCH64 compilers " Leif Lindholm
2021-09-24  0:44   ` 回复: [edk2-devel] " gaoliming
2021-09-28 10:49     ` Leif Lindholm
2021-09-29  1:19       ` 回复: " gaoliming
2021-09-29 11:15         ` Bob Feng

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox