diff options
author | Khem Raj <raj.khem@gmail.com> | 2022-03-26 12:48:33 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-03-26 18:15:11 -0700 |
commit | 95d0c57188bcc766ad61b558118b160a11c48de3 (patch) | |
tree | 411cbcddbd555459a6e75b5d15a39b1d61166029 | |
parent | cd1f51b6039efea70be558a1d74995a558f9017d (diff) | |
download | meta-openembedded-95d0c57188bcc766ad61b558118b160a11c48de3.tar.gz |
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>
-rw-r--r-- | meta-oe/recipes-support/gperftools/gperftools_2.9.1.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/gperftools/gperftools_2.9.1.bb b/meta-oe/recipes-support/gperftools/gperftools_2.9.1.bb index bd42e7c4ec..d056622b2b 100644 --- a/meta-oe/recipes-support/gperftools/gperftools_2.9.1.bb +++ b/meta-oe/recipes-support/gperftools/gperftools_2.9.1.bb | |||
@@ -39,7 +39,8 @@ COMPATIBLE_HOST:riscv32 = "null" | |||
39 | ARM_INSTRUCTION_SET:armv5 = "arm" | 39 | ARM_INSTRUCTION_SET:armv5 = "arm" |
40 | ARM_INSTRUCTION_SET:toolchain-clang:arm = "arm" | 40 | ARM_INSTRUCTION_SET:toolchain-clang:arm = "arm" |
41 | 41 | ||
42 | EXTRA_OECONF:append:libc-musl:powerpc64le = " --disable-cpu-profiler --disable-heap-profiler --disable-heap-checker" | 42 | EXTRA_OECONF:append:libc-musl:powerpc64le = " --disable-cpu-profiler" |
43 | EXTRA_OECONF:append:libc-musl:powerpc = " --disable-cpu-profiler" | ||
43 | PACKAGECONFIG ?= "libunwind static" | 44 | PACKAGECONFIG ?= "libunwind static" |
44 | PACKAGECONFIG:remove:arm:libc-musl = "libunwind" | 45 | PACKAGECONFIG:remove:arm:libc-musl = "libunwind" |
45 | PACKAGECONFIG:remove:riscv64 = "libunwind" | 46 | PACKAGECONFIG:remove:riscv64 = "libunwind" |