From 04d0689cc419c0181ddf0f6d4089df97699e9ee3 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Tue, 26 Jul 2011 15:28:19 +0200 Subject: 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 --- toolchain/toolchain-external/Config.in | 1 + 1 file changed, 1 insertion(+) (limited to 'toolchain/toolchain-external') diff --git a/toolchain/toolchain-external/Config.in b/toolchain/toolchain-external/Config.in index 5222702e1..8cd37d4b5 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, -- cgit v1.2.3