Config.in 562 B

123456789101112131415161718
  1. config BR2_TOOLCHAIN_EXTERNAL_ARM_AARCH64
  2. bool "Arm AArch64 2021.07"
  3. depends on BR2_aarch64
  4. depends on BR2_HOSTARCH = "x86_64"
  5. select BR2_TOOLCHAIN_EXTERNAL_GLIBC
  6. select BR2_TOOLCHAIN_HAS_SSP
  7. select BR2_INSTALL_LIBSTDCPP
  8. select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_20
  9. select BR2_TOOLCHAIN_GCC_AT_LEAST_10
  10. select BR2_TOOLCHAIN_HAS_FORTRAN
  11. select BR2_TOOLCHAIN_HAS_OPENMP
  12. help
  13. Arm toolchain for the AArch64 architecture.
  14. This is the same toolchain that was previously distributed by
  15. Linaro.
  16. https://developer.arm.com/open-source/gnu-toolchain