浏览代码

toolchain-external: sync toolchain options with the internal toolchain

The internal toolchain defaults to thread support enabled (and
most external toolchains have thread support as well), so enable
BR2_TOOLCHAIN_EXTERNAL_HAS_THREADS by default.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaard 14 年之前
父节点
当前提交
04d0689cc4
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      toolchain/toolchain-external/Config.in

+ 1 - 0
toolchain/toolchain-external/Config.in

@@ -311,6 +311,7 @@ config BR2_TOOLCHAIN_EXTERNAL_PROGRAM_INVOCATION
 config BR2_TOOLCHAIN_EXTERNAL_HAS_THREADS
 config BR2_TOOLCHAIN_EXTERNAL_HAS_THREADS
 	bool "Toolchain has threads support?"
 	bool "Toolchain has threads support?"
 	select BR2_TOOLCHAIN_HAS_THREADS
 	select BR2_TOOLCHAIN_HAS_THREADS
+	default y
 	help
 	help
 	  Select this option if your external toolchain has thread
 	  Select this option if your external toolchain has thread
 	  support. If you don't know, leave the default value,
 	  support. If you don't know, leave the default value,