mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-02 01:50:18 +00:00
breakpad: Exclude for ppc64
It does not build, errors out like ../git/src/client/linux/dump_writer_common/raw_context_cpu.h:48:2: error: #error "This code has not been ported to your platform yet." Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -47,6 +47,8 @@ S = "${WORKDIR}/git"
|
||||
CXXFLAGS += "-D_GNU_SOURCE"
|
||||
|
||||
COMPATIBLE_HOST_powerpc = "null"
|
||||
COMPATIBLE_HOST_powerpc64 = "null"
|
||||
COMPATIBLE_HOST_powerpc64le = "null"
|
||||
COMPATIBLE_HOST_riscv64 = "null"
|
||||
COMPATIBLE_HOST_riscv32 = "null"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user