diff options
author | Khem Raj <raj.khem@gmail.com> | 2022-03-09 19:24:02 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-09-08 09:08:54 -0700 |
commit | 7b64db0047976abfbeab7dadfe8b4fd28ea695f2 (patch) | |
tree | 4acab2d80f66fa72f03b217ba381aa5795edf463 | |
parent | b963cc62e8f229842198dfa29526772b4891aae7 (diff) | |
download | meta-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.bb | 1 |
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 = "" | |||
115 | LLDB:riscv64 = "" | 115 | LLDB:riscv64 = "" |
116 | LLDB:mips = "" | 116 | LLDB:mips = "" |
117 | LLDB:mipsel = "" | 117 | LLDB:mipsel = "" |
118 | LLDB:powerpc = "" | ||
118 | 119 | ||
119 | # linux hosts (.so) on Windows .pyd | 120 | # linux hosts (.so) on Windows .pyd |
120 | SOLIBSDEV:mingw32 = ".pyd" | 121 | SOLIBSDEV:mingw32 = ".pyd" |