Files

15 lines
184 B
Plaintext
Raw Permalink Normal View History

2024-05-07 18:09:20 +08:00
menu "Libc library"
choice
prompt "C library"
default LIBCNEWLIB
config LIBCNEWLIB
bool "newlib "
config LIBCNONE
bool "none"
endchoice
endmenu