d75c206e2276a07deba7432e4739c61609f80d44
[openwrt.git] / toolchain / musl / Config.in
1 # Choose musl version.
2
3 choice
4         prompt "musl Version"
5         depends on TOOLCHAINOPTS && USE_MUSL
6         depends on BROKEN
7         default MUSL_USE_VERSION_0_9_15
8         help
9           Select the version of musl you wish to use.
10
11         config MUSL_USE_VERSION_0_9_15
12                 select MUSL_VERSION_0_9_15
13                 bool "musl 0.9.15"
14
15 endchoice
16
17
18 # Debug version.
19
20 config MUSL_ENABLE_DEBUG
21         bool "Build with debug information"
22         depends on TOOLCHAINOPTS && USE_MUSL
23         default n