[git commit master] Config.in: enable TLS config option only for nptl

Austin Foxley austinf at cetoncorp.com
Sat Sep 26 16:37:45 UTC 2009


commit: http://git.uclibc.org/uClibc/commit/?id=b364abfd3f728894120996d5da2565614132708f
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/master

Signed-off-by: Austin Foxley <austinf at cetoncorp.com>
---
 extra/Configs/Config.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in
index efa90d7..3d1a929 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.
-- 
1.6.3.3



More information about the uClibc-cvs mailing list