mirror of https://github.com/acidanthera/audk.git
13 lines
351 B
YAML
13 lines
351 B
YAML
## @file
|
|
# This plugin sets environment variables used in tools_def.template to specify the GCC compiler
|
|
# for the requested build architecture.
|
|
#
|
|
# Copyright (c) Microsoft Corporation.
|
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
|
##
|
|
{
|
|
"scope": "global-nix",
|
|
"name": "Linux GCC Tool Chain Support",
|
|
"module": "LinuxGccToolChain"
|
|
}
|