Config.in 549 B

1234567891011121314
  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. select BR2_INSTALL_LIBSTDCPP
  9. select BR2_TOOLCHAIN_HAS_SSP
  10. select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_16
  11. select BR2_TOOLCHAIN_GCC_AT_LEAST_14
  12. help
  13. Toolchain for the ARC cores, from
  14. https://github.com/foss-for-synopsys-dwc-arc-processors/toolchain/releases