2016-11-07 02:20:16 +01:00
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_SYNOPSYS_ARC
|
2020-01-18 10:49:23 +01:00
|
|
|
bool "Synopsys ARC 2019.09 toolchain"
|
2016-11-07 02:20:16 +01:00
|
|
|
depends on BR2_arc
|
|
|
|
depends on BR2_HOSTARCH = "x86_64"
|
2023-08-13 06:47:50 +02:00
|
|
|
depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_10
|
2016-11-07 02:20:16 +01:00
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_UCLIBC
|
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
|
select BR2_USE_WCHAR
|
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
2017-02-03 08:26:41 +01:00
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
2016-11-07 02:20:16 +01:00
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
2017-02-03 08:26:41 +01:00
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
2018-06-27 20:29:31 +02:00
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_15
|
2020-01-18 10:49:23 +01:00
|
|
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
2016-11-07 02:20:16 +01:00
|
|
|
help
|
|
|
|
Toolchain for the ARC cores, from
|
|
|
|
https://github.com/foss-for-synopsys-dwc-arc-processors/toolchain/releases
|