Luka Perkov 7ac10b4555 toolchain/musl: add version 0.9.11
Signed-off-by: Luka Perkov <luka@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37173 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-07-04 21:26:01 +00:00

25 lines
394 B
Plaintext

if USE_MUSL
config MUSL_VERSION
string
depends on USE_MUSL
default "0.9.8" if MUSL_VERSION_0_9_8
default "0.9.9" if MUSL_VERSION_0_9_9
default "0.9.10" if MUSL_VERSION_0_9_10
default "0.9.11" if MUSL_VERSION_0_9_11
config MUSL_VERSION_0_9_8
default y if !TOOLCHAINOPTS
bool
config MUSL_VERSION_0_9_9
bool
config MUSL_VERSION_0_9_10
bool
config MUSL_VERSION_0_9_11
bool
endif