[buildroot] add preliminary support for musl
[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 UCLIBC_VERSION_0_9_7
7         help
8           Select the version of musl you wish to use.
9
10         config MUSL_VERSION_0_9_7
11                 bool "musl 0.9.7"
12
13 endchoice
14
15
16 # Debug version.
17
18 config MUSL_ENABLE_DEBUG
19         bool "Build with debug information"
20         depends on TOOLCHAINOPTS && USE_MUSL
21         default n