libc: Default to picolibc where supported

This switches the default C library to picolibc for all targets which
support it.

Signed-off-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
Keith Packard 2023-01-10 21:17:32 -08:00 committed by Anas Nashif
commit f0daf904bb

View file

@ -54,8 +54,8 @@ menu "C Library"
choice LIBC_IMPLEMENTATION choice LIBC_IMPLEMENTATION
prompt "C Library Implementation" prompt "C Library Implementation"
default EXTERNAL_LIBC if NATIVE_BUILD default EXTERNAL_LIBC if NATIVE_BUILD
default PICOLIBC
default NEWLIB_LIBC if REQUIRES_FULL_LIBC default NEWLIB_LIBC if REQUIRES_FULL_LIBC
default PICOLIBC if REQUIRES_FULL_LIBC
default MINIMAL_LIBC default MINIMAL_LIBC
config MINIMAL_LIBC config MINIMAL_LIBC