libc/eglibc: does no longer support LinuxThreads
author"Yann E. MORIN" <yann.morin.1998@free.fr>
Wed Jan 15 23:24:27 2014 +0100 (2014-01-15)
changeset 3278b8da1339f9fc
parent 3277 ead33a889ef9
child 3279 c4b4bb58f639
libc/eglibc: does no longer support LinuxThreads

LinuxThreads are dead. Buried 6 feet under. Long forgotten.
Time for mourning has to come to an end.

But fear not, younster, for we have a great successor as NPTL!
Times for rejoicing have come, now!

LinuxThreads are dead. Long live NPTL!

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
config/libc/eglibc.in
     1.1 --- a/config/libc/eglibc.in	Sun Jan 05 19:44:45 2014 +0100
     1.2 +++ b/config/libc/eglibc.in	Wed Jan 15 23:24:27 2014 +0100
     1.3 @@ -3,7 +3,6 @@
     1.4  ## depends on ! WINDOWS && ! BARE_METAL && ARCH_USE_MMU
     1.5  ##
     1.6  ## select LIBC_SUPPORT_NPTL
     1.7 -## select LIBC_SUPPORT_LINUXTHREADS
     1.8  ## select CC_CORE_PASSES_NEEDED
     1.9  ##
    1.10  ## help EGLIBC (Embedded GLIBC) is a variant of the standard GNU GLIBC