123456789101112131415161718 |
- config BR2_TOOLCHAIN_EXTERNAL_SYNOPSYS_ARC
- bool "Synopsys ARC 2024.06 toolchain"
- depends on BR2_arc750d || BR2_arc770d || \
- BR2_archs38_64mpy || BR2_archs38_full || \
- BR2_archs4x_rel31 || BR2_archs4x
- depends on BR2_HOSTARCH = "x86_64"
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_15
- # The toolchains have libncurses and libexpat in their
- # sysroot, confusing Buildroot and causing build
- # issues. Disable until the toolchains get fixed.
- depends on BR2_BROKEN
- 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
|