diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2011-07-26 15:28:19 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-07-26 15:28:19 +0200 |
commit | 04d0689cc419c0181ddf0f6d4089df97699e9ee3 (patch) | |
tree | f5541dc408003946f9fb68e1d87bce789331ea4b /toolchain/toolchain-external/Config.in | |
parent | bc38f2c8b5acd8ec32f024fe7fa806d7dc6dc1b1 (diff) | |
download | buildroot-novena-04d0689cc419c0181ddf0f6d4089df97699e9ee3.tar.gz buildroot-novena-04d0689cc419c0181ddf0f6d4089df97699e9ee3.zip |
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>
Diffstat (limited to 'toolchain/toolchain-external/Config.in')
-rw-r--r-- | 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 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, |