mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 13:46:32 +00:00
toolchain-external: introduce BR2_TOOLCHAIN_EXTERNAL_OPENMP
Add a new option for custom external toolchains to enable 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
fd849dc16f
commit
25ae113445
@ -425,6 +425,14 @@ config BR2_TOOLCHAIN_EXTERNAL_FORTRAN
|
|||||||
support. If you don't know, leave the default value,
|
support. If you don't know, leave the default value,
|
||||||
Buildroot will tell you if it's correct or not.
|
Buildroot will tell you if it's correct or not.
|
||||||
|
|
||||||
|
config BR2_TOOLCHAIN_EXTERNAL_OPENMP
|
||||||
|
bool "Toolchain has OpenMP support?"
|
||||||
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
||||||
|
help
|
||||||
|
Select this option if your external toolchain has OpenMP
|
||||||
|
support. If you don't know, leave the default value,
|
||||||
|
Buildroot will tell you if it's correct or not.
|
||||||
|
|
||||||
config BR2_TOOLCHAIN_EXTRA_EXTERNAL_LIBS
|
config BR2_TOOLCHAIN_EXTRA_EXTERNAL_LIBS
|
||||||
string "Extra toolchain libraries to be copied to target"
|
string "Extra toolchain libraries to be copied to target"
|
||||||
help
|
help
|
||||||
|
Loading…
x
Reference in New Issue
Block a user