2012-11-23 20:02:29 +00:00
|
|
|
# Choose musl version.
|
|
|
|
|
|
|
|
choice
|
|
|
|
prompt "musl Version"
|
|
|
|
depends on TOOLCHAINOPTS && USE_MUSL
|
2012-12-10 14:24:21 +00:00
|
|
|
default MUSL_VERSION_0_9_8
|
2012-11-23 20:02:29 +00:00
|
|
|
help
|
|
|
|
Select the version of musl you wish to use.
|
|
|
|
|
2012-12-10 14:24:21 +00:00
|
|
|
config MUSL_VERSION_0_9_8
|
|
|
|
bool "musl 0.9.8"
|
2012-11-23 20:02:29 +00:00
|
|
|
|
2013-02-26 16:40:27 +00:00
|
|
|
config MUSL_VERSION_0_9_9
|
|
|
|
bool "musl 0.9.9"
|
|
|
|
|
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
|