mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
package/gcc: select BR2_TOOLCHAIN_HAS_OPENMP if BR2_GCC_ENABLE_OPENMP
BR2_TOOLCHAIN_HAS_OPENMP is also selected by external toolchains, so can be used by packages to determine OpenMP support. Signed-off-by: Ed Blake <ed.blake@sondrel.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
9c808710f6
commit
d586541bd8
@ -127,6 +127,7 @@ config BR2_GCC_ENABLE_LTO
|
|||||||
config BR2_GCC_ENABLE_OPENMP
|
config BR2_GCC_ENABLE_OPENMP
|
||||||
bool "Enable compiler OpenMP support"
|
bool "Enable compiler OpenMP support"
|
||||||
depends on !BR2_PTHREADS_NONE && !BR2_arc && !BR2_microblaze
|
depends on !BR2_PTHREADS_NONE && !BR2_arc && !BR2_microblaze
|
||||||
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
||||||
help
|
help
|
||||||
Enable OpenMP support for the compiler
|
Enable OpenMP support for the compiler
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user