diff -r dc4ce917245f -r 8665ee5dcf8f config/target.in --- a/config/target.in Sun May 27 20:29:22 2007 +0000 +++ b/config/target.in Sun Jun 17 13:02:21 2007 +0000 @@ -57,35 +57,6 @@ endchoice -choice - bool - prompt "Threading implentation to use:" - default THREADS_NPTL if LIBC_SUPPORT_NPTL - default THREADS_LINUXTHREADS if LIBC_SUPPORT_LINUXTHREADS && ! LIBC_SUPPORT_NPTL - default THREADS_NONE if ! LIBC_SUPPORT_LINUXTHREADS && ! LIBC_SUPPORT_NPTL - -config THREADS_NPTL - bool - prompt "nptl" - depends on LIBC_SUPPORT_NPTL - -config THREADS_LINUXTHREADS - bool - prompt "linuxthreads" - depends on LIBC_SUPPORT_LINUXTHREADS - -config THREADS_NONE - bool - prompt "none" - -endchoice - -config THREADS - string - default "nptl" if THREADS_NPTL - default "linuxthreads" if THREADS_LINUXTHREADS - default "none" if THREADS_NONE - comment "Target optimisations" config ARCH_ARCH