summaryrefslogtreecommitdiff
path: root/config/libc.in
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-05-27 20:22:06 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-05-27 20:22:06 (GMT)
commitde5df0533c0bde20f08d788543feac6915a2a5f7 (patch)
tree93bb27024a37f3953b8ae0ecc2af9dc06e0def8c /config/libc.in
parent266e38cc13fe4f1388dfc792349a9dc333b87de6 (diff)
Merge the NPTL stuff.
That still leaves the linuxthreads stuff broken, but it was just before. I don't care anyway. Time to fix that later...
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