diff options
-rw-r--r-- | recipes-devtools/clang/openmp_git.bb | 2 |
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" | |||
32 | PACKAGECONFIG:remove:arm = "ompt-tools offloading-plugin" | 32 | PACKAGECONFIG:remove:arm = "ompt-tools offloading-plugin" |
33 | PACKAGECONFIG:remove:powerpc = "ompt-tools offloading-plugin" | 33 | PACKAGECONFIG:remove:powerpc = "ompt-tools offloading-plugin" |
34 | 34 | ||
35 | PACKAGECONFIG:append:mips = " no-atomics" | 35 | PACKAGECONFIG:append:mipsarcho32 = " no-atomics" |
36 | 36 | ||
37 | PACKAGECONFIG[ompt-tools] = "-DOPENMP_ENABLE_OMPT_TOOLS=ON,-DOPENMP_ENABLE_OMPT_TOOLS=OFF," | 37 | PACKAGECONFIG[ompt-tools] = "-DOPENMP_ENABLE_OMPT_TOOLS=ON,-DOPENMP_ENABLE_OMPT_TOOLS=OFF," |
38 | PACKAGECONFIG[aliases] = "-DLIBOMP_INSTALL_ALIASES=ON,-DLIBOMP_INSTALL_ALIASES=OFF," | 38 | PACKAGECONFIG[aliases] = "-DLIBOMP_INSTALL_ALIASES=ON,-DLIBOMP_INSTALL_ALIASES=OFF," |