From 611e4470a389bf0e3ec1e9f96f065c35b49e9f3e Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 18 Jul 2016 16:43:14 -0700 Subject: llvm-libunwind: Skip for mips/mips64 Not yet supported Signed-off-by: Khem Raj --- recipes-devtools/clang/llvm-libunwind_git.bb | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'recipes-devtools/clang') diff --git a/recipes-devtools/clang/llvm-libunwind_git.bb b/recipes-devtools/clang/llvm-libunwind_git.bb index fc5f499..570a89d 100644 --- a/recipes-devtools/clang/llvm-libunwind_git.bb +++ b/recipes-devtools/clang/llvm-libunwind_git.bb @@ -30,6 +30,11 @@ SRCREV_FORMAT = "llvm_libcxx_cxxabi_libunwind" S = "${WORKDIR}/git/projects/libunwind" +COMPATIBLE_HOST_mips = "null" +COMPATIBLE_HOST_mipsel = "null" +COMPATIBLE_HOST_mips64 = "null" +COMPATIBLE_HOST_mips64el = "null" + THUMB_TUNE_CCARGS = "" #TUNE_CCARGS += "-nostdlib" -- cgit v1.2.3-54-g00ecf