diff options
-rw-r--r-- | recipes-devtools/clang/openmp_git.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-devtools/clang/openmp_git.bb b/recipes-devtools/clang/openmp_git.bb index 8418c50..f19954a 100644 --- a/recipes-devtools/clang/openmp_git.bb +++ b/recipes-devtools/clang/openmp_git.bb | |||
@@ -28,12 +28,14 @@ OECMAKE_SOURCEPATH = "${S}/openmp" | |||
28 | PACKAGECONFIG ?= "ompt-tools offloading-plugin" | 28 | PACKAGECONFIG ?= "ompt-tools offloading-plugin" |
29 | 29 | ||
30 | PACKAGECONFIG:remove:arm = "ompt-tools offloading-plugin" | 30 | PACKAGECONFIG:remove:arm = "ompt-tools offloading-plugin" |
31 | PACKAGECONFIG:remove:mipsarch = "ompt-tools offloading-plugin" | ||
32 | PACKAGECONFIG:remove:powerpc = "ompt-tools offloading-plugin" | 31 | PACKAGECONFIG:remove:powerpc = "ompt-tools offloading-plugin" |
33 | 32 | ||
33 | PACKAGECONFIG:append:mips = " no-atomics" | ||
34 | |||
34 | PACKAGECONFIG[ompt-tools] = "-DOPENMP_ENABLE_OMPT_TOOLS=ON,-DOPENMP_ENABLE_OMPT_TOOLS=OFF," | 35 | PACKAGECONFIG[ompt-tools] = "-DOPENMP_ENABLE_OMPT_TOOLS=ON,-DOPENMP_ENABLE_OMPT_TOOLS=OFF," |
35 | PACKAGECONFIG[aliases] = "-DLIBOMP_INSTALL_ALIASES=ON,-DLIBOMP_INSTALL_ALIASES=OFF," | 36 | PACKAGECONFIG[aliases] = "-DLIBOMP_INSTALL_ALIASES=ON,-DLIBOMP_INSTALL_ALIASES=OFF," |
36 | PACKAGECONFIG[offloading-plugin] = ",,elfutils libffi,libelf libffi" | 37 | PACKAGECONFIG[offloading-plugin] = ",,elfutils libffi,libelf libffi" |
38 | PACKAGECONFIG[no-atomics] = "-DLIBOMP_HAVE_BUILTIN_ATOMIC=OFF -DLIBOMP_LIBFLAGS='-latomic',," | ||
37 | 39 | ||
38 | PACKAGES += "${PN}-libomptarget" | 40 | PACKAGES += "${PN}-libomptarget" |
39 | FILES_SOLIBSDEV = "" | 41 | FILES_SOLIBSDEV = "" |