From b1edc84ae1fc8003438c3440cea529364e8a5bc7 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Mon, 21 Feb 2011 23:42:20 +0100 Subject: 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" --- config/libc/glibc.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config/libc') diff --git a/config/libc/glibc.in b/config/libc/glibc.in index b860e8b9..7ba32581 100644 --- a/config/libc/glibc.in +++ b/config/libc/glibc.in @@ -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 -- cgit v1.2.3