summaryrefslogtreecommitdiff
path: root/config/libc.in
diff options
context:
space:
mode:
Diffstat (limited to 'config/libc.in')
-rw-r--r--config/libc.in25
1 files changed, 0 insertions, 25 deletions
diff --git a/config/libc.in b/config/libc.in
index da86f1c..e919ba8 100644
--- a/config/libc.in
+++ b/config/libc.in
@@ -36,31 +36,6 @@ config LIBC_SUPPORT_LINUXTHREADS
bool
default n
-choice
- bool
- prompt "Threading implentation to use:"
- default LIBC_THREADS_NPTL if LIBC_SUPPORT_NPTL
- default LIBC_THREADS_LINUXTHREADS if LIBC_SUPPORT_LINUXTHREADS && ! LIBC_SUPPORT_NPTL
- default LIBC_THREADS_NONE if ! LIBC_SUPPORT_LINUXTHREADS && ! LIBC_SUPPORT_NPTL
- depends on EXPERIMENTAL
-
-config LIBC_THREADS_NPTL
- bool
- prompt "nptl (EXPERIMENTAL)"
- depends on LIBC_SUPPORT_NPTL
- depends on EXPERIMENTAL
-
-config LIBC_THREADS_LINUXTHREADS
- bool
- prompt "linuxthreads"
- depends on LIBC_SUPPORT_LINUXTHREADS
-
-config LIBC_THREADS_NONE
- bool
- prompt "none"
-
-endchoice
-
if LIBC_GLIBC
source config/libc_glibc.in
endif