2012-11-23 20:02:29 +00:00
|
|
|
# Choose musl version.
|
|
|
|
|
|
|
|
choice
|
|
|
|
prompt "musl Version"
|
|
|
|
depends on TOOLCHAINOPTS && USE_MUSL
|
2014-02-24 21:10:11 +00:00
|
|
|
default MUSL_USE_VERSION_0_9_15
|
2012-11-23 20:02:29 +00:00
|
|
|
help
|
|
|
|
Select the version of musl you wish to use.
|
|
|
|
|
2014-02-24 21:10:11 +00:00
|
|
|
config MUSL_USE_VERSION_0_9_15
|
|
|
|
select MUSL_VERSION_0_9_15
|
|
|
|
bool "musl 0.9.15"
|
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
|