toolchain-external: introduce BR2_TOOLCHAIN_EXTERNAL_OPENMP
authorEd Blake <ed.blake@sondrel.com>
Thu, 28 Mar 2019 18:48:15 +0000 (18:48 +0000)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Thu, 28 Mar 2019 18:49:39 +0000 (19:49 +0100)
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>
toolchain/toolchain-external/toolchain-external-custom/Config.in.options

index 4f355bb4548ded39a36a399d2e2acab1c2ebb8d4..607490260fbfde02ba1a36ea59bbd211fd9493e2 100644 (file)
@@ -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