]> git.enpas.org Git - openwrt.git/blob - toolchain/musl/Config.version
toolchain/binutils: fix partial MD5 sum from r35813
[openwrt.git] / toolchain / musl / Config.version
1 config MUSL_VERSION
2         string
3         depends on USE_MUSL
4         default "0.9.8"       if MUSL_VERSION_0_9_8
5         default "0.9.9"       if MUSL_VERSION_0_9_9
6         default "0.9.8"
7
8 if !TOOLCHAINOPTS
9
10         config MUSL_VERSION_0_9_8
11                 default y if USE_MUSL
12                 bool
13
14         config MUSL_VERSION_0_9_9
15                 default y if USE_MUSL
16                 bool
17
18 endif