Config.in 729 B

123456789101112131415161718
  1. config BR2_TOOLCHAIN_EXTERNAL_SYNOPSYS_ARC
  2. bool "Synopsys ARC 2024.06 toolchain"
  3. depends on BR2_arc750d || BR2_arc770d || \
  4. BR2_archs38_64mpy || BR2_archs38_full || \
  5. BR2_archs4x_rel31 || BR2_archs4x
  6. depends on BR2_HOSTARCH = "x86_64"
  7. depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_15
  8. # The toolchains have libncurses and libexpat in their
  9. # sysroot, confusing Buildroot and causing build
  10. # issues. Disable until the toolchains get fixed.
  11. depends on BR2_BROKEN
  12. select BR2_INSTALL_LIBSTDCPP
  13. select BR2_TOOLCHAIN_HAS_SSP
  14. select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_16
  15. select BR2_TOOLCHAIN_GCC_AT_LEAST_14
  16. help
  17. Toolchain for the ARC cores, from
  18. https://github.com/foss-for-synopsys-dwc-arc-processors/toolchain/releases