summaryrefslogtreecommitdiff
path: root/toolchain
diff options
context:
space:
mode:
authorEd Blake <ed.blake@sondrel.com>2019-03-28 18:48:15 +0000
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2019-03-28 19:49:39 +0100
commit25ae113445853b1ed1cfc94785f066139f959667 (patch)
tree2af668ffaf255c09af436daac5552ea8e1c63ce1 /toolchain
parentfd849dc16fc293ef47f85abacf01618b0751c2e5 (diff)
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>
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/toolchain-external/toolchain-external-custom/Config.in.options8
1 files changed, 8 insertions, 0 deletions
diff --git a/toolchain/toolchain-external/toolchain-external-custom/Config.in.options b/toolchain/toolchain-external/toolchain-external-custom/Config.in.options
index 4f355bb454..607490260f 100644
--- a/toolchain/toolchain-external/toolchain-external-custom/Config.in.options
+++ b/toolchain/toolchain-external/toolchain-external-custom/Config.in.options
@@ -425,6 +425,14 @@ config BR2_TOOLCHAIN_EXTERNAL_FORTRAN
support. If you don't know, leave the default value,
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
string "Extra toolchain libraries to be copied to target"
help