685aef2b9d8dcc14b75fcc667faa61c3d6390ee2
[openwrt/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