mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 14:46:31 +00:00
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>
This commit is contained in:
parent
bc38f2c8b5
commit
04d0689cc4
@ -311,6 +311,7 @@ config BR2_TOOLCHAIN_EXTERNAL_PROGRAM_INVOCATION
|
|||||||
config BR2_TOOLCHAIN_EXTERNAL_HAS_THREADS
|
config BR2_TOOLCHAIN_EXTERNAL_HAS_THREADS
|
||||||
bool "Toolchain has threads support?"
|
bool "Toolchain has threads support?"
|
||||||
select BR2_TOOLCHAIN_HAS_THREADS
|
select BR2_TOOLCHAIN_HAS_THREADS
|
||||||
|
default y
|
||||||
help
|
help
|
||||||
Select this option if your external toolchain has thread
|
Select this option if your external toolchain has thread
|
||||||
support. If you don't know, leave the default value,
|
support. If you don't know, leave the default value,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user