summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/gperftools/gperftools_2.5.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/gperftools/gperftools_2.5.bb b/meta-oe/recipes-support/gperftools/gperftools_2.5.bb
index 1572d4c4f3..2e4479c9d7 100644
--- a/meta-oe/recipes-support/gperftools/gperftools_2.5.bb
+++ b/meta-oe/recipes-support/gperftools/gperftools_2.5.bb
@@ -14,5 +14,6 @@ inherit autotools
14# On mips, we have the following error. 14# On mips, we have the following error.
15# do_page_fault(): sending SIGSEGV to ls for invalid read access from 00000008 15# do_page_fault(): sending SIGSEGV to ls for invalid read access from 00000008
16# Segmentation fault (core dumped) 16# Segmentation fault (core dumped)
17# On aarch64, system hangs when using libtcmalloc.so. 17COMPATIBLE_HOST = "(i.86|x86_64|powerpc|powerpc64|arm|aarch64).*-linux*"
18COMPATIBLE_HOST = "(i.86|x86_64|powerpc|powerpc64|arm).*-linux*" 18# On aarch64, add this option to avoid system hanging when using libtcmalloc.so.
19EXTRA_OECONF_aarch64 += "--disable-libunwind"