[git commit nptl] TLS only even builds for nptl, so restrict it to that

Austin Foxley austinf at cetoncorp.com
Sat Sep 19 02:00:48 UTC 2009


commit: http://git.uclibc.org/uClibc/commit/?id=1599c6961b67507a1366be51bdfbe45cc27f84c4
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/nptl

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 dcc1b1b..0e16b4b 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
+	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