From: Peter Korsgaard Date: Tue, 26 Jul 2011 13:28:19 +0000 (+0200) Subject: toolchain-external: sync toolchain options with the internal toolchain X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=04d0689cc419c0181ddf0f6d4089df97699e9ee3;p=buildroot.git 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 --- diff --git a/toolchain/toolchain-external/Config.in b/toolchain/toolchain-external/Config.in index 5222702e15..8cd37d4b53 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,