gcc_aarch64_linux_ext_dep.yaml 822 B

123456789101112131415161718192021
  1. ## @file
  2. # Download GCC AARCH64 compiler from Arm's release site
  3. # Set shell variable GCC5_AARCH64_INSTALL to this folder
  4. #
  5. # This is only downloaded when a build activates scope gcc_aarch64_linux
  6. #
  7. # Copyright (c) Microsoft Corporation.
  8. # SPDX-License-Identifier: BSD-2-Clause-Patent
  9. ##
  10. {
  11. "scope": "gcc_aarch64_linux",
  12. "type": "web",
  13. "name": "gcc_aarch64_linux",
  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",
  15. "version": "11.2-2022.02",
  16. "sha256": "52dbac3eb71dbe0916f60a8c5ab9b7dc9b66b3ce513047baa09fae56234e53f3",
  17. "compression_type": "tar",
  18. "internal_path": "/gcc-arm-11.2-2022.02-x86_64-aarch64-none-linux-gnu/",
  19. "flags": ["set_shell_var", ],
  20. "var_name": "GCC5_AARCH64_INSTALL"
  21. }