From de5df0533c0bde20f08d788543feac6915a2a5f7 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Sun, 27 May 2007 20:22:06 +0000 Subject: 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... --- config/libc.in | 25 ------------------------- 1 file changed, 25 deletions(-) (limited to 'config/libc.in') diff --git a/config/libc.in b/config/libc.in index da86f1cb..e919ba85 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 -- cgit v1.2.3