config/libc/glibc.in
branch1.10
changeset 2393 d59773c3574c
parent 2267 7af68e6083aa
child 2438 2ba5655f6297
     1.1 --- a/config/libc/glibc.in	Mon Jan 03 23:40:22 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