libc/glibc: LinuxThreads are no longer supported in latest versions 1.10
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Mon Feb 21 23:42:20 2011 +0100 (2011-02-21)
branch1.10
changeset 2393d59773c3574c
parent 2392 578509ec492d
child 2394 966d63f784e3
libc/glibc: LinuxThreads are no longer supported in latest versions

In fact, it is only supported in a few legacy versions.

Keep LT available for all eglibc versions, although it might need
a similar safeguard...

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
(transplanted from 0c0734c5d62ca4e09f5d54be4fe7f5c97bfc7539)
config/libc/glibc.in
     1.1 --- a/config/libc/glibc.in	Tue Feb 22 23:27:42 2011 +0100
     1.2 +++ b/config/libc/glibc.in	Mon Feb 21 23:42:20 2011 +0100
     1.3 @@ -3,7 +3,6 @@
     1.4  
     1.5  config LIBC_glibc
     1.6      select LIBC_SUPPORT_NPTL
     1.7 -    select LIBC_SUPPORT_LINUXTHREADS
     1.8      help
     1.9        The de-facto standard for Linux distributions.
    1.10        Feature-rich, but large...  Most usefull for desktop-like systems.
    1.11 @@ -95,11 +94,13 @@
    1.12      bool
    1.13      prompt "2.5.1 (OBSOLETE)"
    1.14      depends on OBSOLETE
    1.15 +    select LIBC_SUPPORT_LINUXTHREADS
    1.16  
    1.17  config LIBC_GLIBC_V_2_5
    1.18      bool
    1.19      prompt "2.5 (OBSOLETE)"
    1.20      depends on OBSOLETE
    1.21 +    select LIBC_SUPPORT_LINUXTHREADS
    1.22  
    1.23  endchoice
    1.24