diff -r 57694569322b -r 22b5ef41df97 config/libc.in --- a/config/libc.in Mon May 14 19:59:41 2007 +0000 +++ b/config/libc.in Sun May 27 20:22:06 2007 +0000 @@ -36,31 +36,6 @@ 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