From f3e712a82a50008d35be01695e4b28376f97391e Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sun, 25 Oct 2020 00:03:45 -0700 Subject: openmp: Disable for riscv32 Port is not available yet Signed-off-by: Khem Raj --- recipes-devtools/clang/openmp_git.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-devtools/clang/openmp_git.bb b/recipes-devtools/clang/openmp_git.bb index a76b230..a1fa3b1 100644 --- a/recipes-devtools/clang/openmp_git.bb +++ b/recipes-devtools/clang/openmp_git.bb @@ -35,5 +35,6 @@ FILES_${PN} += "${libdir}/lib*${SOLIBSDEV}" INSANE_SKIP_${PN} = "dev-so" COMPATIBLE_HOST_mips64 = "null" +COMPATIBLE_HOST_riscv32 = "null" BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf