summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/gperftools/gperftools/disable_libunwind_aarch64.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/gperftools/gperftools/disable_libunwind_aarch64.patch')
-rw-r--r--meta-oe/recipes-support/gperftools/gperftools/disable_libunwind_aarch64.patch19
1 files changed, 13 insertions, 6 deletions
diff --git a/meta-oe/recipes-support/gperftools/gperftools/disable_libunwind_aarch64.patch b/meta-oe/recipes-support/gperftools/gperftools/disable_libunwind_aarch64.patch
index f2647404b..c3c578418 100644
--- a/meta-oe/recipes-support/gperftools/gperftools/disable_libunwind_aarch64.patch
+++ b/meta-oe/recipes-support/gperftools/gperftools/disable_libunwind_aarch64.patch
@@ -1,15 +1,22 @@
1Disable libunwind on aarch64 1From 564f800e3e24647c095f7a321bf3ebdccfbf762d Mon Sep 17 00:00:00 2001
2From: Khem Raj <raj.khem@gmail.com>
3Date: Sat, 2 Sep 2017 12:02:04 -0700
4Subject: [PATCH] Disable libunwind on aarch64
2 5
3Fixes hangs when using libtcmalloc.so 6Fixes hangs when using libtcmalloc.so
4 7
5Upstream-Status: Pending 8Upstream-Status: Pending
6Signed-off-by: Khem Raj <raj.khem@gmail.com> 9Signed-off-by: Khem Raj <raj.khem@gmail.com>
7 10
8Index: git/configure.ac 11---
9=================================================================== 12 configure.ac | 5 +++++
10--- git.orig/configure.ac 13 1 file changed, 5 insertions(+)
11+++ git/configure.ac 14
12@@ -69,6 +69,11 @@ AC_COMPILE_IFELSE([AC_LANG_PROGRAM(, [re 15diff --git a/configure.ac b/configure.ac
16index 8154c5c..063b260 100644
17--- a/configure.ac
18+++ b/configure.ac
19@@ -69,6 +69,11 @@ AC_COMPILE_IFELSE([AC_LANG_PROGRAM(, [return __PPC64__])],
13 [default_enable_libunwind=yes 20 [default_enable_libunwind=yes
14 default_tcmalloc_pagesize=8]) 21 default_tcmalloc_pagesize=8])
15 22