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

Linaro no longer do gcc releases - Arm creates them now.

Update the gcc_[arm,aarch64]_linux_ext_dep.yaml files in BaseTools/Bin to
switch from Linaro's old release to the latest gcc 10.3-2021.07 release
from Arm and fix LinuxGcc5ToolChain.py with the new gcc prefix.


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] 9+ messages in thread

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

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-08-30  5:14 [PATCH v2 0/2] BaseTools: Switch to downloading the ARM/AARCH64 compiler from Arm's site Rebecca Cran
2021-08-30  5:14 ` [PATCH v2 1/2] BaseTools: Switch to downloading the ARM " Rebecca Cran
2021-08-30  5:14 ` [PATCH v2 2/2] BaseTools: Switch to downloading the AARCH64 " Rebecca Cran
2021-08-30 13:45 ` [PATCH v2 0/2] BaseTools: Switch to downloading the ARM/AARCH64 " Ard Biesheuvel
2021-09-09  1:42   ` 回复: [edk2-devel] " gaoliming
2021-09-08 11:13 ` Leif Lindholm
2021-09-08 11:46   ` [edk2-devel] " Gerd Hoffmann
2021-09-08 11:59     ` Leif Lindholm
2021-09-29 11:03 ` Bob Feng

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