Config.in 642 B

12345678910111213141516171819
  1. config BR2_TOOLCHAIN_EXTERNAL_SYNOPSYS_ARC
  2. bool "Synopsys ARC 2018.09 toolchain"
  3. depends on BR2_arc
  4. depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_8
  5. depends on BR2_HOSTARCH = "x86_64"
  6. select BR2_TOOLCHAIN_EXTERNAL_UCLIBC
  7. select BR2_INSTALL_LIBSTDCPP
  8. select BR2_ENABLE_LOCALE
  9. select BR2_USE_WCHAR
  10. select BR2_TOOLCHAIN_HAS_THREADS
  11. select BR2_TOOLCHAIN_HAS_THREADS_NPTL
  12. select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
  13. select BR2_TOOLCHAIN_HAS_SSP
  14. select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_15
  15. select BR2_TOOLCHAIN_GCC_AT_LEAST_8
  16. help
  17. Toolchain for the ARC cores, from
  18. https://github.com/foss-for-synopsys-dwc-arc-processors/toolchain/releases