summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2011-02-21 22:42:20 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2011-02-21 22:42:20 (GMT)
commit0eacc3b10a6d5153139087ba09c2ede2cc9b7ac4 (patch)
treecd70c36e9b33ef776cdc7c93fd070d1154463d8a
parent4d434a63b1cc3eedacfc19d729a10d7190b69300 (diff)
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)
-rw-r--r--config/libc/glibc.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/libc/glibc.in b/config/libc/glibc.in
index b860e8b..7ba3258 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