summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-devtools/clang/openmp_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-devtools/clang/openmp_git.bb b/recipes-devtools/clang/openmp_git.bb
index 4305232..d6dd84e 100644
--- a/recipes-devtools/clang/openmp_git.bb
+++ b/recipes-devtools/clang/openmp_git.bb
@@ -32,7 +32,7 @@ PACKAGECONFIG ?= "ompt-tools offloading-plugin"
32PACKAGECONFIG:remove:arm = "ompt-tools offloading-plugin" 32PACKAGECONFIG:remove:arm = "ompt-tools offloading-plugin"
33PACKAGECONFIG:remove:powerpc = "ompt-tools offloading-plugin" 33PACKAGECONFIG:remove:powerpc = "ompt-tools offloading-plugin"
34 34
35PACKAGECONFIG:append:mips = " no-atomics" 35PACKAGECONFIG:append:mipsarcho32 = " no-atomics"
36 36
37PACKAGECONFIG[ompt-tools] = "-DOPENMP_ENABLE_OMPT_TOOLS=ON,-DOPENMP_ENABLE_OMPT_TOOLS=OFF," 37PACKAGECONFIG[ompt-tools] = "-DOPENMP_ENABLE_OMPT_TOOLS=ON,-DOPENMP_ENABLE_OMPT_TOOLS=OFF,"
38PACKAGECONFIG[aliases] = "-DLIBOMP_INSTALL_ALIASES=ON,-DLIBOMP_INSTALL_ALIASES=OFF," 38PACKAGECONFIG[aliases] = "-DLIBOMP_INSTALL_ALIASES=ON,-DLIBOMP_INSTALL_ALIASES=OFF,"