From acc1c430b9223609e619b67bf03c712ff77eafe1 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 12 Mar 2019 10:25:51 -0700 Subject: openmp: Disable for risc-v Not yet supprorted LIBOMP: libomp_check_variable(): LIBOMP_ARCH = UnknownArchitecture is unknown Signed-off-by: Khem Raj --- recipes-devtools/clang/openmp_git.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes-devtools') 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() { FILES_SOLIBSDEV = "" FILES_${PN} += "${libdir}/lib*${SOLIBSDEV}" INSANE_SKIP_${PN} = "dev-so" + +COMPATIBLE_HOST_riscv64 = "null" +COMPATIBLE_HOST_riscv32 = "null" -- cgit v1.2.3-54-g00ecf