From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.byosoft.com.cn (mail.byosoft.com.cn [58.240.74.242]) by mx.groups.io with SMTP id smtpd.web12.1741.1631151783251792262 for ; Wed, 08 Sep 2021 18:43:04 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=none, err=permanent DNS error (domain: byosoft.com.cn, ip: 58.240.74.242, mailfrom: gaoliming@byosoft.com.cn) Received: from DESKTOPS6D0PVI ([58.246.60.130]) (envelope-sender ) by 192.168.6.13 with ESMTP for ; Thu, 09 Sep 2021 09:42:55 +0800 X-WM-Sender: gaoliming@byosoft.com.cn X-Originating-IP: 58.246.60.130 X-WM-AuthFlag: YES X-WM-AuthUser: gaoliming@byosoft.com.cn From: "gaoliming" To: , , "'Rebecca Cran'" Cc: "'Bob Feng'" , "'Yuwei Chen'" , "'Sean Brogan'" , "'Sami Mujawar'" , "'Leif Lindholm'" , "'Ard Biesheuvel'" References: <20210830051450.207402-1-rebecca@bsdio.com> In-Reply-To: Subject: =?UTF-8?B?5Zue5aSNOiBbZWRrMi1kZXZlbF0gW1BBVENIIHYyIDAvMl0gQmFzZVRvb2xzOiBTd2l0Y2ggdG8gZG93bmxvYWRpbmcgdGhlIEFSTS9BQVJDSDY0IGNvbXBpbGVyIGZyb20gQXJtJ3Mgc2l0ZQ==?= Date: Thu, 9 Sep 2021 09:42:55 +0800 Message-ID: <00b201d7a51c$032a4c50$097ee4f0$@byosoft.com.cn> MIME-Version: 1.0 X-Mailer: Microsoft Outlook 16.0 Thread-Index: AQHNgjj4cwqpHkC/eZR3jNYHpMIM2QGtSLu4q6HJMhA= Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Language: zh-cn Acked-by: Liming Gao for this patch set.=20 Thanks Liming > -----=E9=82=AE=E4=BB=B6=E5=8E=9F=E4=BB=B6----- > =E5=8F=91=E4=BB=B6=E4=BA=BA: devel@edk2.groups.io = =E4=BB=A3=E8=A1=A8 Ard > Biesheuvel > =E5=8F=91=E9=80=81=E6=97=B6=E9=97=B4: 2021=E5=B9=B48=E6=9C=8830=E6=97=A5 = 21:46 > =E6=94=B6=E4=BB=B6=E4=BA=BA: Rebecca Cran > =E6=8A=84=E9=80=81: Bob Feng ; Liming Gao > ; Yuwei Chen ; Sean > Brogan ; Sami Mujawar > ; Leif Lindholm ; Ard > Biesheuvel ; devel@edk2.groups.io > =E4=B8=BB=E9=A2=98: Re: [edk2-devel] [PATCH v2 0/2] BaseTools: Switch to = downloading the > ARM/AARCH64 compiler from Arm's site >=20 > On Mon, 30 Aug 2021 at 07:15, Rebecca Cran wrote: > > > > 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 > > >=20 > For the series, >=20 >=20 > Acked-by: Ard Biesheuvel >=20 > > 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 > > > > >=20 >=20 >=20 >=20