123456789101112 |
- config BR2_TOOLCHAIN_EXTERNAL_SYNOPSYS_ARC
- bool "Synopsys ARC 2024.06 toolchain"
- depends on BR2_arc
- depends on BR2_HOSTARCH = "x86_64"
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_15
- select BR2_INSTALL_LIBSTDCPP
- select BR2_TOOLCHAIN_HAS_SSP
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_16
- select BR2_TOOLCHAIN_GCC_AT_LEAST_14
- help
- Toolchain for the ARC cores, from
- https://github.com/foss-for-synopsys-dwc-arc-processors/toolchain/releases
|