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:
parent
1ab434edda
commit
f0daf904bb
1 changed files with 1 additions and 1 deletions
|
@ -54,8 +54,8 @@ menu "C Library"
|
|||
choice LIBC_IMPLEMENTATION
|
||||
prompt "C Library Implementation"
|
||||
default EXTERNAL_LIBC if NATIVE_BUILD
|
||||
default PICOLIBC
|
||||
default NEWLIB_LIBC if REQUIRES_FULL_LIBC
|
||||
default PICOLIBC if REQUIRES_FULL_LIBC
|
||||
default MINIMAL_LIBC
|
||||
|
||||
config MINIMAL_LIBC
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue