summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-03-09 19:24:02 -0800
committerKhem Raj <raj.khem@gmail.com>2023-09-08 09:08:54 -0700
commit7b64db0047976abfbeab7dadfe8b4fd28ea695f2 (patch)
tree4acab2d80f66fa72f03b217ba381aa5795edf463
parentb963cc62e8f229842198dfa29526772b4891aae7 (diff)
downloadmeta-clang-7b64db0047976abfbeab7dadfe8b4fd28ea695f2.tar.gz
lldb: Disable builds for ppc32
ppc32 build fails, disable for now NativeThreadLinux.cpp:(.text._ZN12lldb_private13process_linux17NativeThreadLinuxC2ERNS0_18NativeProcessLinuxEy+0x84): undefined reference to `lldb_private::process_linux::NativeRegisterContextLinux::CreateHostNativeRegisterContextLinux(lldb_private::ArchSpec const&, lldb_private::process_linux::NativeThreadLinux&)' Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 8efb230dd73cfd19e575ff42fea979d977b05c97)
-rw-r--r--recipes-devtools/clang/clang_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-devtools/clang/clang_git.bb b/recipes-devtools/clang/clang_git.bb
index b282d83..2ba0159 100644
--- a/recipes-devtools/clang/clang_git.bb
+++ b/recipes-devtools/clang/clang_git.bb
@@ -115,6 +115,7 @@ LLDB:riscv32 = ""
115LLDB:riscv64 = "" 115LLDB:riscv64 = ""
116LLDB:mips = "" 116LLDB:mips = ""
117LLDB:mipsel = "" 117LLDB:mipsel = ""
118LLDB:powerpc = ""
118 119
119# linux hosts (.so) on Windows .pyd 120# linux hosts (.so) on Windows .pyd
120SOLIBSDEV:mingw32 = ".pyd" 121SOLIBSDEV:mingw32 = ".pyd"