15 lines
184 B
Plaintext
15 lines
184 B
Plaintext
|
menu "Libc library"
|
||
|
|
||
|
choice
|
||
|
prompt "C library"
|
||
|
default LIBCNEWLIB
|
||
|
|
||
|
config LIBCNEWLIB
|
||
|
bool "newlib "
|
||
|
|
||
|
config LIBCNONE
|
||
|
bool "none"
|
||
|
endchoice
|
||
|
|
||
|
endmenu
|