mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-12 10:38:48 +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:
parent
cd1f51b603
commit
95d0c57188
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user