mirror of https://github.com/acidanthera/audk.git
22 lines
805 B
YAML
22 lines
805 B
YAML
## @file
|
|
# Download GCC ARM compiler from Arm's release site
|
|
# Set shell variable GCC5_ARM_INSTALL to this folder
|
|
#
|
|
# This is only downloaded when a build activates scope gcc_arm_linux
|
|
#
|
|
# Copyright (c) Microsoft Corporation.
|
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
|
##
|
|
{
|
|
"scope": "gcc_arm_linux",
|
|
"type": "web",
|
|
"name": "gcc_arm_linux",
|
|
"source": "https://developer.arm.com/-/media/Files/downloads/gnu-a/10.3-2021.07/binrel/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf.tar.asc",
|
|
"version": "10.3-2021.07",
|
|
"sha256": "aa074fa8371a4f73fecbd16bd62c8b1945f23289e26414794f130d6ccdf8e39c",
|
|
"compression_type": "tar",
|
|
"internal_path": "/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/",
|
|
"flags": ["set_shell_var", ],
|
|
"var_name": "GCC5_ARM_INSTALL"
|
|
}
|