summaryrefslogtreecommitdiff
path: root/config/libc/uClibc.in
diff options
context:
space:
mode:
authorYann E. MORIN <yann.morin.1998@free.fr>2014-07-27 21:47:24 (GMT)
committerYann E. MORIN <yann.morin.1998@free.fr>2014-07-27 23:23:34 (GMT)
commitb1f536966b8cae68098d94dbe372fa5054440adb (patch)
tree491b2045d51efe79c3cff442ea532aca68dd522f /config/libc/uClibc.in
parent85622fdd499e48deaab5a37484aa4f6f83520d94 (diff)
libc: rename the threads options
Use a more coherent naming for the options. This will help commonalise the native case (e.g. NPTL on Linux, win32 on Windows), and add alternate implementations (e.g. musl.) Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Bryan Hundven <bryanhundven@gmail.com>
Diffstat (limited to 'config/libc/uClibc.in')
-rw-r--r--config/libc/uClibc.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/libc/uClibc.in b/config/libc/uClibc.in
index 6be63d6..f641a6f 100644
--- a/config/libc/uClibc.in
+++ b/config/libc/uClibc.in
@@ -2,7 +2,7 @@
## depends on ! WINDOWS && ! BARE_METAL
##
-## select LIBC_SUPPORT_LINUXTHREADS
+## select LIBC_SUPPORT_THREADS_LT
## select LIBC_SUPPORT_THREADS_NONE
## select CC_CORE_PASSES_NEEDED
##
@@ -76,7 +76,7 @@ config LIBC_UCLIBC_CUSTOM
bool
prompt "Custom uClibc"
depends on EXPERIMENTAL
- select LIBC_SUPPORT_NPTL
+ select LIBC_SUPPORT_THREADS_NATIVE
select LIBC_UCLIBC_0_9_30_or_later
endchoice
@@ -111,7 +111,7 @@ config LIBC_VERSION
config LIBC_UCLIBC_0_9_32_or_later
bool
- select LIBC_SUPPORT_NPTL
+ select LIBC_SUPPORT_THREADS_NATIVE
select LIBC_UCLIBC_0_9_30_or_later
config LIBC_UCLIBC_0_9_30_or_later