浏览代码

- helper config symbol has to depend on thread support

Bernhard Reutner-Fischer 15 年之前
父节点
当前提交
ab0da6f81a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      extra/Configs/Config.in

+ 1 - 1
extra/Configs/Config.in

@@ -405,7 +405,7 @@ config LINUXTHREADS_OLD
 
 config LINUXTHREADS_NEW
 	def_bool y
-	depends on !LINUXTHREADS_OLD
+	depends on UCLIBC_HAS_THREADS && !LINUXTHREADS_OLD
 
 config UCLIBC_HAS_SYSLOG
 	bool "Syslog support"