1 # Choose uClibc options
4 comment "uClibc Options"
6 config BR2_UCLIBC_VERSION_SNAPSHOT
7 bool "Use a daily snapshot of uClibc?"
10 Would you like to use a daily snapshot?
12 config BR2_USE_UCLIBC_SNAPSHOT
13 string "Date (yyyymmdd) of snapshot or 'snapshot' for latest"
15 depends on BR2_UCLIBC_VERSION_SNAPSHOT
17 Use latest snapshot or one from a specific date?
19 config BR2_ENABLE_LOCALE
20 bool "Enable locale/gettext/i18n support?"
23 Enable locale/gettext/i18n support?
26 prompt "Thread library implementation"
27 default BR2_PTHREADS_OLD
29 Select the version of libpthreads you want to use.
31 config BR2_PTHREADS_NONE
37 config BR2_PTHREADS_OLD
38 bool "linuxthreads (stable/old)"
40 config BR2_PTHREADS_NATIVE
41 bool "Native POSIX Threading (NPTL)"