2012-11-23 20:02:29 +00:00
|
|
|
# Choose musl version.
|
|
|
|
|
|
|
|
choice
|
|
|
|
prompt "musl Version"
|
|
|
|
depends on TOOLCHAINOPTS && USE_MUSL
|
2014-03-20 13:51:32 +00:00
|
|
|
default MUSL_USE_VERSION_1_0_0
|
2012-11-23 20:02:29 +00:00
|
|
|
help
|
|
|
|
Select the version of musl you wish to use.
|
|
|
|
|
2014-03-20 13:51:32 +00:00
|
|
|
config MUSL_USE_VERSION_1_0_0
|
|
|
|
select MUSL_VERSION_1_0_0
|
|
|
|
bool "musl 1.0.0"
|
2013-07-04 21:26:01 +00:00
|
|
|
|
2012-11-23 20:02:29 +00:00
|
|
|
endchoice
|
|
|
|
|
|
|
|
|
|
|
|
# Debug version.
|
|
|
|
|
|
|
|
config MUSL_ENABLE_DEBUG
|
|
|
|
bool "Build with debug information"
|
|
|
|
depends on TOOLCHAINOPTS && USE_MUSL
|
|
|
|
default n
|