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