Config.in 628 B

12345678910111213141516171819
  1. config BR2_TOOLCHAIN_EXTERNAL_ARM_AARCH64_BE
  2. bool "Arm AArch64 BE 13.2.rel1"
  3. depends on BR2_aarch64_be
  4. depends on BR2_HOSTARCH = "x86_64"
  5. depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
  6. select BR2_TOOLCHAIN_EXTERNAL_GLIBC
  7. select BR2_TOOLCHAIN_HAS_SSP
  8. select BR2_INSTALL_LIBSTDCPP
  9. select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_20
  10. select BR2_TOOLCHAIN_GCC_AT_LEAST_13
  11. select BR2_TOOLCHAIN_HAS_FORTRAN
  12. select BR2_TOOLCHAIN_HAS_OPENMP
  13. help
  14. Arm toolchain for the AArch64 Big Endian architecture.
  15. This is the same toolchain that was previously distributed by
  16. Linaro.
  17. https://developer.arm.com/open-source/gnu-toolchain