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-03-20 13:51:32 +00:00
|
|
|
default "1.0.0" if MUSL_VERSION_1_0_0
|
2012-11-23 20:02:29 +00:00
|
|
|
|
2014-03-20 13:51:32 +00:00
|
|
|
config MUSL_VERSION_1_0_0
|
2013-04-18 12:05:02 +00:00
|
|
|
default y if !TOOLCHAINOPTS
|
|
|
|
bool
|
2012-11-23 20:02:29 +00:00
|
|
|
|
|
|
|
endif
|