2013-04-18 12:05:02 +00:00
|
|
|
if USE_MUSL
|
|
|
|
|
2012-11-23 20:02:29 +00:00
|
|
|
config MUSL_VERSION
|
|
|
|
string
|
|
|
|
depends on USE_MUSL
|
2014-02-24 21:10:11 +00:00
|
|
|
default "0.9.15" if MUSL_VERSION_0_9_15
|
2012-11-23 20:02:29 +00:00
|
|
|
|
2014-02-24 21:10:11 +00:00
|
|
|
config MUSL_VERSION_0_9_15
|
2013-04-18 12:05:02 +00:00
|
|
|
default y if !TOOLCHAINOPTS
|
|
|
|
bool
|
2012-11-23 20:02:29 +00:00
|
|
|
|
|
|
|
endif
|