]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: remove ext_dep files for gcc
authorOliver Steffen <osteffen@redhat.com>
Mon, 16 Jan 2023 17:40:39 +0000 (18:40 +0100)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Tue, 17 Jan 2023 19:06:32 +0000 (19:06 +0000)
commit84cb35232dc9b2001bf4f3878d0cb287fe0bc9cb
treec272c7dba5f911eed9afc4b8cbb0f670a0d90245
parent5d25638e1b4c32bfb777a34712b56b9b6731e993
BaseTools: remove ext_dep files for gcc

Remove BaseTools/Bin/gcc_*_ext_dep.yaml to stop downloading gcc from
external locations; use the gcc provided by the container image instead.
The container image sets the variable GCC5_*_PREFIX accordingly.

Signed-off-by: Oliver Steffen <osteffen@redhat.com>
Reviewed-by: Michael Kubacki <michael.kubacki@microsoft.com>
Acked-by: Ard Biesheuvel <ardb@kernel.org>
Acked-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Chris Fernald <chfernal@microsoft.com>
BaseTools/Bin/gcc_aarch64_linux_ext_dep.yaml [deleted file]
BaseTools/Bin/gcc_arm_linux_ext_dep.yaml [deleted file]
BaseTools/Bin/gcc_loongarch64_unknown_linux_ext_dep.yaml [deleted file]
BaseTools/Bin/gcc_riscv64_unknown_ext_dep.yaml [deleted file]