소스 검색

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.