summaryrefslogtreecommitdiffstats
path: root/recipes-devtools
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools')
-rw-r--r--recipes-devtools/clang/openmp_git.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-devtools/clang/openmp_git.bb b/recipes-devtools/clang/openmp_git.bb
index 7ce1c1c..f219a0a 100644
--- a/recipes-devtools/clang/openmp_git.bb
+++ b/recipes-devtools/clang/openmp_git.bb
@@ -35,3 +35,6 @@ do_install() {
35FILES_SOLIBSDEV = "" 35FILES_SOLIBSDEV = ""
36FILES_${PN} += "${libdir}/lib*${SOLIBSDEV}" 36FILES_${PN} += "${libdir}/lib*${SOLIBSDEV}"
37INSANE_SKIP_${PN} = "dev-so" 37INSANE_SKIP_${PN} = "dev-so"
38
39COMPATIBLE_HOST_riscv64 = "null"
40COMPATIBLE_HOST_riscv32 = "null"