toolchain/musl: add version 0.9.11
[openwrt.git] / toolchain / musl / Config.in
1 # Choose musl version.
2
3 choice
4         prompt "musl Version"
5         depends on TOOLCHAINOPTS && USE_MUSL
6         default MUSL_USE_VERSION_0_9_8
7         help
8           Select the version of musl you wish to use.
9
10         config MUSL_USE_VERSION_0_9_8
11                 select MUSL_VERSION_0_9_8
12                 bool "musl 0.9.8"
13
14         config MUSL_USE_VERSION_0_9_9
15                 select MUSL_VERSION_0_9_9
16                 bool "musl 0.9.9"
17
18         config MUSL_USE_VERSION_0_9_10
19                 select MUSL_VERSION_0_9_10
20                 bool "musl 0.9.10"
21
22         config MUSL_USE_VERSION_0_9_11
23                 select MUSL_VERSION_0_9_11
24                 bool "musl 0.9.11"
25
26 endchoice
27
28
29 # Debug version.
30
31 config MUSL_ENABLE_DEBUG
32         bool "Build with debug information"
33         depends on TOOLCHAINOPTS && USE_MUSL
34         default n