summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorAustin Foxley <austinf@cetoncorp.com>2009-09-26 09:34:19 -0700
committerAustin Foxley <austinf@cetoncorp.com>2009-09-26 09:37:45 -0700
commitb364abfd3f728894120996d5da2565614132708f (patch)
treee8b330bd30604d0140d7e17de10caea4d28dd002 /extra
parent1586f84bac9c4e24414aa04426ba9df978f6790e (diff)
Config.in: enable TLS config option only for nptl
Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
Diffstat (limited to 'extra')
-rw-r--r--extra/Configs/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in
index efa90d7df..3d1a92953 100644
--- a/extra/Configs/Config.in
+++ b/extra/Configs/Config.in
@@ -403,7 +403,7 @@ config UCLIBC_HAS_THREADS
config UCLIBC_HAS_TLS
bool "Thread-Local Storage"
- depends on UCLIBC_HAS_THREADS && !LINUXTHREADS_OLD
+ depends on UCLIBC_HAS_THREADS_NATIVE
default n
help
If you want to enable TLS support then answer Y.