mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-06 15:20:12 +00:00
gperftools: fix to work on aarch64
Add '--disable-libunwind' to make it work on aarch64. This would avoid system hanging when using libtcmalloc.so. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -14,5 +14,6 @@ inherit autotools
|
||||
# On mips, we have the following error.
|
||||
# do_page_fault(): sending SIGSEGV to ls for invalid read access from 00000008
|
||||
# Segmentation fault (core dumped)
|
||||
# On aarch64, system hangs when using libtcmalloc.so.
|
||||
COMPATIBLE_HOST = "(i.86|x86_64|powerpc|powerpc64|arm).*-linux*"
|
||||
COMPATIBLE_HOST = "(i.86|x86_64|powerpc|powerpc64|arm|aarch64).*-linux*"
|
||||
# On aarch64, add this option to avoid system hanging when using libtcmalloc.so.
|
||||
EXTRA_OECONF_aarch64 += "--disable-libunwind"
|
||||
|
||||
Reference in New Issue
Block a user