From 8efb230dd73cfd19e575ff42fea979d977b05c97 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 9 Mar 2022 19:24:02 -0800 Subject: 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 --- recipes-devtools/clang/clang_git.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'recipes-devtools') 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 = "" LLDB:riscv64 = "" LLDB:mips = "" LLDB:mipsel = "" +LLDB:powerpc = "" # linux hosts (.so) on Windows .pyd SOLIBSDEV:mingw32 = ".pyd" -- cgit v1.2.3-54-g00ecf