From 5926220033beaaa74a7d554eb897bfe9acf4f8ed Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sun, 26 May 2019 12:27:55 -0700 Subject: libcxx: Enable libunwind on mips This now builds for mips so lets enable it Signed-off-by: Khem Raj --- recipes-devtools/clang/libcxx_git.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/recipes-devtools/clang/libcxx_git.bb b/recipes-devtools/clang/libcxx_git.bb index ad755b9..aced724 100644 --- a/recipes-devtools/clang/libcxx_git.bb +++ b/recipes-devtools/clang/libcxx_git.bb @@ -19,7 +19,6 @@ TUNE_CCARGS_remove_toolchain-clang = "--rtlib=compiler-rt --stdlib=libc++" PACKAGECONFIG ??= "unwind" PACKAGECONFIG_powerpc = "" -PACKAGECONFIG_mipsarch = "" PACKAGECONFIG_riscv64 = "" PACKAGECONFIG[unwind] = "-DLIBCXXABI_USE_LLVM_UNWINDER=ON -DLIBUNWIND_ENABLE_SHARED=OFF -DLIBCXXABI_ENABLE_STATIC_UNWINDER=ON -DLIBCXXABI_LIBUNWIND_INCLUDES=${S}/projects/libunwind/include, -DLIBCXXABI_USE_LLVM_UNWINDER=OFF," -- cgit v1.2.3-54-g00ecf