[Buildroot] [git commit] toolchain-external: sync toolchain options with the internal toolchain

Peter Korsgaard jacmet at sunsite.dk
Tue Jul 26 13:28:19 UTC 2011


commit: http://git.buildroot.net/buildroot/commit/?id=04d0689cc419c0181ddf0f6d4089df97699e9ee3
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

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 at sunsite.dk>
---
 toolchain/toolchain-external/Config.in |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/toolchain/toolchain-external/Config.in b/toolchain/toolchain-external/Config.in
index 5222702..8cd37d4 100644
--- a/toolchain/toolchain-external/Config.in
+++ b/toolchain/toolchain-external/Config.in
@@ -311,6 +311,7 @@ config BR2_TOOLCHAIN_EXTERNAL_PROGRAM_INVOCATION
 config BR2_TOOLCHAIN_EXTERNAL_HAS_THREADS
 	bool "Toolchain has threads support?"
 	select BR2_TOOLCHAIN_HAS_THREADS
+	default y
 	help
 	  Select this option if your external toolchain has thread
 	  support. If you don't know, leave the default value,
-- 
1.7.3.4




More information about the buildroot mailing list