teslibct: don't allow picolib tests for ARC MWDT toolchain

Currently picolib isn't compatible with ARC MWDT toolchain,
so don't try to build picolib tests in case of ARC MWDT toolchain
usage.

Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
Signed-off-by: Evgeniy Paltsev <PaltsevEvgeniy@gmail.com>
This commit is contained in:
Evgeniy Paltsev 2022-08-15 22:39:00 +04:00 committed by Fabio Baltieri
parent f2c49619d2
commit a8a4fec2b1

View File

@ -18,6 +18,7 @@ config SUPPORT_MINIMAL_LIBC
config PICOLIBC_SUPPORTED
bool
depends on ARC || ARM || ARM64 || MIPS || RISCV
depends on "$(ZEPHYR_TOOLCHAIN_VARIANT)" != "arcmwdt"
default y
help
Selected when the target has support for picolibc.