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>
This commit is contained in:
Yann E. MORIN" 2011-02-21 23:42:20 +01:00
parent ae126c295b
commit b1edc84ae1

View File

@ -3,7 +3,6 @@
config LIBC_glibc
select LIBC_SUPPORT_NPTL
select LIBC_SUPPORT_LINUXTHREADS
help
The de-facto standard for Linux distributions.
Feature-rich, but large... Most usefull for desktop-like systems.
@ -95,11 +94,13 @@ config LIBC_GLIBC_V_2_5_1
bool
prompt "2.5.1 (OBSOLETE)"
depends on OBSOLETE
select LIBC_SUPPORT_LINUXTHREADS
config LIBC_GLIBC_V_2_5
bool
prompt "2.5 (OBSOLETE)"
depends on OBSOLETE
select LIBC_SUPPORT_LINUXTHREADS
endchoice