96c494da67
Lets update prebuilt ARC toolchain to the most recent arc-2019.09. We are dropping dependency of BR2_ARCH_NEEDS_GCC_AT_LEAST_* as for ARC arch there is no any selection of BR2_ARCH_NEEDS_GCC_AT_LEAST_* option. Signed-off-by: Evgeniy Didin <didin@synopsys.com> Cc: Yann E. MORIN <yann.morin.1998@free.fr> Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Cc: arc-buildroot@synopsys.com Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
18 lines
599 B
Plaintext
18 lines
599 B
Plaintext
config BR2_TOOLCHAIN_EXTERNAL_SYNOPSYS_ARC
|
|
bool "Synopsys ARC 2019.09 toolchain"
|
|
depends on BR2_arc
|
|
depends on BR2_HOSTARCH = "x86_64"
|
|
select BR2_TOOLCHAIN_EXTERNAL_UCLIBC
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
select BR2_ENABLE_LOCALE
|
|
select BR2_USE_WCHAR
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
select BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_15
|
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
help
|
|
Toolchain for the ARC cores, from
|
|
https://github.com/foss-for-synopsys-dwc-arc-processors/toolchain/releases
|