瀏覽代碼

Config.in: enable TLS config option only for nptl

Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
Austin Foxley 14 年之前
父節點
當前提交
b364abfd3f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      extra/Configs/Config.in

+ 1 - 1
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.