2008-01-27 18:02:32 +00:00
|
|
|
config UCLIBC_VERSION
|
|
|
|
string
|
2009-01-08 01:49:11 +00:00
|
|
|
depends on USE_UCLIBC
|
2009-04-24 02:07:24 +00:00
|
|
|
default "0.9.29" if UCLIBC_VERSION_0_9_29
|
2009-04-27 15:52:01 +00:00
|
|
|
default "0.9.30.1" if UCLIBC_VERSION_0_9_30_1 || (TARGET_uml && x86_64)
|
2009-04-24 02:07:24 +00:00
|
|
|
default "0.9.30+nptl" if UCLIBC_VERSION_NPTL
|
2008-01-27 18:02:32 +00:00
|
|
|
default "0.9.29"
|
|
|
|
|