]> git.proxmox.com Git - mirror_edk2.git/blame - BaseTools/Bin/gcc_aarch64_linux_ext_dep.yaml
BaseTools/Bin: Update GCC ARM compiler version
[mirror_edk2.git] / BaseTools / Bin / gcc_aarch64_linux_ext_dep.yaml
CommitLineData
f7978bb2 1## @file\r
1ce6ceb7 2# Download GCC AARCH64 compiler from Arm's release site\r
f7978bb2
SB
3# Set shell variable GCC5_AARCH64_INSTALL to this folder\r
4#\r
5# This is only downloaded when a build activates scope gcc_aarch64_linux\r
6#\r
7# Copyright (c) Microsoft Corporation.\r
8# SPDX-License-Identifier: BSD-2-Clause-Patent\r
9##\r
10{\r
11 "scope": "gcc_aarch64_linux",\r
12 "type": "web",\r
13 "name": "gcc_aarch64_linux",\r
b328bb54
MK
14 "source": "https://developer.arm.com/-/media/Files/downloads/gnu/11.2-2022.02/binrel/gcc-arm-11.2-2022.02-x86_64-aarch64-none-linux-gnu.tar.xz",\r
15 "version": "11.2-2022.02",\r
16 "sha256": "52dbac3eb71dbe0916f60a8c5ab9b7dc9b66b3ce513047baa09fae56234e53f3",\r
f7978bb2 17 "compression_type": "tar",\r
b328bb54 18 "internal_path": "/gcc-arm-11.2-2022.02-x86_64-aarch64-none-linux-gnu/",\r
f7978bb2
SB
19 "flags": ["set_shell_var", ],\r
20 "var_name": "GCC5_AARCH64_INSTALL"\r
21}\r