summaryrefslogtreecommitdiff
path: root/config/libc.in
diff options
context:
space:
mode:
Diffstat (limited to 'config/libc.in')
-rw-r--r--config/libc.in7
1 files changed, 2 insertions, 5 deletions
diff --git a/config/libc.in b/config/libc.in
index 240a01e..ba6da8f 100644
--- a/config/libc.in
+++ b/config/libc.in
@@ -39,13 +39,10 @@ config LIBC_SUPPORT_THREADS_WIN32
config LIBC_SUPPORT_THREADS_NONE
bool
+# C libraries should provide other values
config THREADS
string
- default "nptl" if THREADS_NATIVE
- default "linuxthreads" if THREADS_LT
- default "win32" if THREADS_WIN32
- default "none" if THREADS_NONE || LIBC_none
-# No C library, no threads!
+ default "none" if THREADS_NONE
if ! LIBC_none