]> git.proxmox.com Git - mirror_edk2.git/blob - BaseTools/Bin/gcc_loongarch64_unknown_linux_ext_dep.yaml
fe9a2448531a28f1cee70f8d32290efe7bde5070
[mirror_edk2.git] / BaseTools / Bin / gcc_loongarch64_unknown_linux_ext_dep.yaml
1 ## @file
2 # Download GCC LoongArch64 compiler from LoongArch GitHub release site
3 # Set shell variable GCC5_LOONGARCH64_INSTALL to this folder
4 #
5 # This is only downloaded when a build activates scope gcc_loongarch64_unknown_linux
6 #
7 # Copyright (c) Microsoft Corporation.
8 # Copyright (c) 2022, Loongson Technology Corporation Limited. All rights reserved.<BR>
9 # SPDX-License-Identifier: BSD-2-Clause-Patent
10 ##
11 {
12 "scope": "gcc_loongarch64_unknown_linux",
13 "type": "web",
14 "name": "gcc_loongarch64_unknown_linux",
15 "source":"https://github.com/loongson/build-tools/releases/download/2022.09.06/loongarch64-clfs-6.3-cross-tools-gcc-full.tar.xz",
16 "version": "13.0.0",
17 "sha256":"27a43c5bb127794f091d0e75da0003c4d0eec28a958d8f2cc7cd290a6e6133ab",
18 "compression_type": "tar",
19 "internal_path": "/cross-tools/",
20 "flags": ["set_shell_var", ],
21 "var_name": "GCC5_LOONGARCH64_INSTALL"
22 }