1 config BR2_TOOLCHAIN_EXTERNAL_SYNOPSYS_ARC
2 bool "Synopsys ARC 2014.12 toolchain"
4 depends on BR2_HOSTARCH = "x86_64"
5 # does not provide IPv6, and lacks many uClibc features
6 # expected by Buildroot. The next Synopsys toolchain version
7 # should fix those problems.
9 select BR2_TOOLCHAIN_EXTERNAL_UCLIBC
10 select BR2_INSTALL_LIBSTDCPP
11 select BR2_TOOLCHAIN_HAS_NATIVE_RPC
12 select BR2_ENABLE_LOCALE
14 select BR2_TOOLCHAIN_HAS_THREADS
15 select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
16 select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_13
17 select BR2_TOOLCHAIN_GCC_AT_LEAST_4_8
19 Toolchain for the ARC cores, from
20 https://github.com/foss-for-synopsys-dwc-arc-processors/toolchain/releases