gcc_loongarch64_unknown_linux_ext_dep.yaml 907 B

12345678910111213141516171819202122
  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-c-only.tar.xz",
  16. "version": "13.0.0",
  17. "sha256":"744cbb50c6ef07c96551bddf07a8b85cee3250bb18b6040f6ed051e389514951",
  18. "compression_type": "tar",
  19. "internal_path": "/cross-tools/",
  20. "flags": ["set_shell_var", ],
  21. "var_name": "GCC5_LOONGARCH64_INSTALL"
  22. }