mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
gperftools: Disable cpu profiles for ppc/musl
Enable heap profiler and heap checker for ppc64/musl as it works now Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -39,7 +39,8 @@ COMPATIBLE_HOST:riscv32 = "null"
|
||||
ARM_INSTRUCTION_SET:armv5 = "arm"
|
||||
ARM_INSTRUCTION_SET:toolchain-clang:arm = "arm"
|
||||
|
||||
EXTRA_OECONF:append:libc-musl:powerpc64le = " --disable-cpu-profiler --disable-heap-profiler --disable-heap-checker"
|
||||
EXTRA_OECONF:append:libc-musl:powerpc64le = " --disable-cpu-profiler"
|
||||
EXTRA_OECONF:append:libc-musl:powerpc = " --disable-cpu-profiler"
|
||||
PACKAGECONFIG ?= "libunwind static"
|
||||
PACKAGECONFIG:remove:arm:libc-musl = "libunwind"
|
||||
PACKAGECONFIG:remove:riscv64 = "libunwind"
|
||||
|
||||
Reference in New Issue
Block a user