diff options
author | Khem Raj <raj.khem@gmail.com> | 2022-03-09 19:24:02 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-03-10 07:52:50 -0800 |
commit | 8efb230dd73cfd19e575ff42fea979d977b05c97 (patch) | |
tree | 7e8bdbfa54b26397c54790540a2c3fbf6ac7e86a | |
parent | b3e3eeea3d64a7443ff7253f8ce4609b17ed5e3f (diff) | |
download | meta-clang-8efb230dd73cfd19e575ff42fea979d977b05c97.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>
-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" |