musl: update to 1.0.0
[openwrt.git] / toolchain / musl / Config.version
1 if USE_MUSL
2
3 config MUSL_VERSION
4         string
5         depends on USE_MUSL
6         default "1.0.0" if MUSL_VERSION_1_0_0
7
8 config MUSL_VERSION_1_0_0
9         default y if !TOOLCHAINOPTS
10         bool
11
12 endif