Default gumstix configuration changed
[gumsense-br.git] / toolchain / uClibc / Config.in
blob71b222fb50395f2260f4ab6f8fa45a947f1572b0
1 # Choose uClibc options
4 comment "uClibc Options"
6 config BR2_UCLIBC_VERSION_SNAPSHOT
7         bool "Use a daily snapshot of uClibc?"
8         default y
9         help
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"
14         default "snapshot"
15         depends on BR2_UCLIBC_VERSION_SNAPSHOT
16         help
17             Use latest snapshot or one from a specific date?
19 config BR2_ENABLE_LOCALE
20         bool "Enable locale/gettext/i18n support?"
21         default n
22         help
23             Enable locale/gettext/i18n support?
25 choice
26         prompt "Thread library implementation"
27         default BR2_PTHREADS_OLD
28         help
29           Select the version of libpthreads you want to use.
31         config BR2_PTHREADS_NONE
32                 bool "none"
34         config BR2_PTHREADS
35                 bool "linuxthreads"
37         config BR2_PTHREADS_OLD
38                 bool "linuxthreads (stable/old)"
40         config BR2_PTHREADS_NATIVE
41                 bool "Native POSIX Threading (NPTL)"
42 endchoice