[buildroot] add preliminary support for musl
[openwrt.git] / toolchain / musl / Config.version
1 config MUSL_VERSION
2         string
3         depends on USE_MUSL
4         default "0.9.7"       if MUSL_VERSION_0_9_7
5         default "0.9.7"
6
7 if !TOOLCHAINOPTS
8
9         config MUSL_VERSION_0_9_7
10                 default y if USE_MUSL
11                 bool
12
13 endif