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:
parent
f2c49619d2
commit
a8a4fec2b1
@ -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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user