1 # Choose uclibc version.
4 prompt "uClibc Version"
5 depends on TOOLCHAINOPTS && USE_UCLIBC
6 default UCLIBC_VERSION_0_9_29
8 Select the version of uClibc you wish to use.
10 config UCLIBC_VERSION_SNAPSHOT
12 bool "uClibc snapshot"
14 config UCLIBC_VERSION_0_9_28
16 depends !(mips64 || mips64el)
18 config UCLIBC_VERSION_0_9_29
21 config UCLIBC_VERSION_0_9_30
26 config UCLIBC_VERSION_NPTL
27 bool "Use NPTL branch"
28 depends on TOOLCHAINOPTS && USE_UCLIBC
29 depends on UCLIBC_VERSION_0_9_30
33 config UCLIBC_EXTRA_VERSION
35 prompt "Extra uClibc version"
36 depends on TOOLCHAINOPTS && USE_UCLIBC
37 default "snapshot" if UCLIBC_VERSION_SNAPSHOT
38 default ".2" if UCLIBC_VERSION_0_9_28
39 default ".1" if UCLIBC_VERSION_0_9_30 && !UCLIBC_VERSION_NPTL
42 Default for version 0.9.28 is ".02", for daily snapshot it's just "snapshot"
43 For all other versions the default string is empty.