summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/gperftools/gperftools_2.9.1.bb3
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"
39ARM_INSTRUCTION_SET:armv5 = "arm" 39ARM_INSTRUCTION_SET:armv5 = "arm"
40ARM_INSTRUCTION_SET:toolchain-clang:arm = "arm" 40ARM_INSTRUCTION_SET:toolchain-clang:arm = "arm"
41 41
42EXTRA_OECONF:append:libc-musl:powerpc64le = " --disable-cpu-profiler --disable-heap-profiler --disable-heap-checker" 42EXTRA_OECONF:append:libc-musl:powerpc64le = " --disable-cpu-profiler"
43EXTRA_OECONF:append:libc-musl:powerpc = " --disable-cpu-profiler"
43PACKAGECONFIG ?= "libunwind static" 44PACKAGECONFIG ?= "libunwind static"
44PACKAGECONFIG:remove:arm:libc-musl = "libunwind" 45PACKAGECONFIG:remove:arm:libc-musl = "libunwind"
45PACKAGECONFIG:remove:riscv64 = "libunwind" 46PACKAGECONFIG:remove:riscv64 = "libunwind"