From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by mx.groups.io with SMTP id smtpd.web11.17023.1630331143360094345 for ; Mon, 30 Aug 2021 06:45:43 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@kernel.org header.s=k20201202 header.b=j13zPDp0; spf=pass (domain: kernel.org, ip: 198.145.29.99, mailfrom: ardb@kernel.org) Received: by mail.kernel.org (Postfix) with ESMTPSA id C4E7060F25 for ; Mon, 30 Aug 2021 13:45:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1630331142; bh=J4WGYp7HzUOwXHxoCKMO/tU+1g56wc+HoHgfaVrIEac=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=j13zPDp0P4nCGy/Grcz/g+2t/CauU4j4/gtmDcnYuwuJPtRH/z8Iy6qxy7UqNtwR0 sSwny+4dPkYN/I4o91DqWrzD0YIUOb7nxh5VQuXAqlY5AGAOeILZKzwN5kpqaWDVn+ UD6OIbc7QZkw8h8ZWRW4wNrOB6kU4Z1KtF3pod2RRXsL2eQmLGNY8A3Z2sx5OYy60d Bzac2rV+LG82sQ2WRtk11tnoCyJDJnjdbVE8QLToxDP8TjPMkbonafgb8Umem7bIkM 1oGRJA/zohnQv6a5PfMuQKvi1+b0fulPyVKF/QYaOhwEwxGh4ZWR9F2McbbcFYCmSF 69Guq4YV+ZCMw== Received: by mail-oi1-f180.google.com with SMTP id p2so20197418oif.1 for ; Mon, 30 Aug 2021 06:45:42 -0700 (PDT) X-Gm-Message-State: AOAM531kBd3OGoKgsMbwLoq3J0BxtEq41NXYdxqaowr4TpGI04Peq8Hp Fz1NCXn/hFMjNua+GNXKCOpgWJ4GEzAwNrB73PQ= X-Google-Smtp-Source: ABdhPJycYZm3bxqu7LS2c8DVjKtZYswfB8NGe+/MoSWHHtButB1Y1qVEhVTVR7MAwq9SmfdUJzzmRPfzCePFmhPO088= X-Received: by 2002:a05:6808:15a2:: with SMTP id t34mr11224938oiw.47.1630331142216; Mon, 30 Aug 2021 06:45:42 -0700 (PDT) MIME-Version: 1.0 References: <20210830051450.207402-1-rebecca@bsdio.com> In-Reply-To: <20210830051450.207402-1-rebecca@bsdio.com> From: "Ard Biesheuvel" Date: Mon, 30 Aug 2021 15:45:31 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH v2 0/2] BaseTools: Switch to downloading the ARM/AARCH64 compiler from Arm's site To: Rebecca Cran Cc: Bob Feng , Liming Gao , Yuwei Chen , Sean Brogan , Sami Mujawar , Leif Lindholm , Ard Biesheuvel , devel@edk2.groups.io Content-Type: text/plain; charset="UTF-8" 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 > For the series, Acked-by: Ard Biesheuvel > 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 > >