uboot-envtools: fix build with musl
[openwrt-github/.git] / toolchain / musl / Config.version
1 if USE_MUSL
2
3 config MUSL_VERSION
4         string
5         depends on USE_MUSL
6         default "0.9.15"        if MUSL_VERSION_0_9_15
7
8 config MUSL_VERSION_0_9_15
9         default y if !TOOLCHAINOPTS
10         bool
11
12 endif