]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
toolchain-external: sync toolchain options with the internal toolchain
authorPeter Korsgaard <jacmet@sunsite.dk>
Tue, 26 Jul 2011 13:28:19 +0000 (15:28 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Tue, 26 Jul 2011 13:28:19 +0000 (15:28 +0200)
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>
toolchain/toolchain-external/Config.in

index 5222702e15991eed0b2db0d13b6eac58f974bf10..8cd37d4b533d120a8b22dc680a1605c244e80b68 100644 (file)
@@ -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,