Config.in 627 B

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