picolibc: picolibc support still not complete with many toolchains

Clang support still work in progress in zephyr. So for now enable only
on gcc based toolchains.

We should enable this back for more toolchains once we have full clang
support and are able to verify.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2023-02-07 02:28:17 +00:00 committed by Carles Cufí
parent c8c81d28b7
commit 0e0f878ddc

View file

@ -19,7 +19,7 @@ config SUPPORT_MINIMAL_LIBC
config PICOLIBC_SUPPORTED
bool
depends on !NATIVE_APPLICATION
depends on "$(ZEPHYR_TOOLCHAIN_VARIANT)" != "arcmwdt"
depends on "$(ZEPHYR_TOOLCHAIN_VARIANT)" = "zephyr"
depends on !(CPP && "$(ZEPHYR_TOOLCHAIN_VARIANT)" = "zephyr")
# picolibc text is outside .pinned.text on this board. #54148
default y