]> git.proxmox.com Git - mirror_edk2.git/blob - BaseTools/Bin/gcc_arm_linux_ext_dep.yaml
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / BaseTools / Bin / gcc_arm_linux_ext_dep.yaml
1 ## @file
2 # Download GCC ARM compiler from Linaro's release site
3 # Set shell variable GCC5_ARM_INSTALL to this folder
4 #
5 # This is only downloaded when a build activates scope gcc_arm_linux
6 #
7 # Copyright (c) Microsoft Corporation.
8 # SPDX-License-Identifier: BSD-2-Clause-Patent
9 ##
10 {
11 "scope": "gcc_arm_linux",
12 "type": "web",
13 "name": "gcc_arm_linux",
14 "source": "https://releases.linaro.org/components/toolchain/binaries/7.4-2019.02/arm-linux-gnueabihf/gcc-linaro-7.4.1-2019.02-x86_64_arm-linux-gnueabihf.tar.xz",
15 "version": "7.4.1",
16 "sha256": "3C951CF1941D0FA06D64CC0D5E88612B209D8123B273FA26C16D70BD7BC6B163",
17 "compression_type": "tar",
18 "internal_path": "/gcc-linaro-7.4.1-2019.02-x86_64_arm-linux-gnueabihf/",
19 "flags": ["set_shell_var", ],
20 "var_name": "GCC5_ARM_INSTALL"
21 }