summaryrefslogtreecommitdiff
path: root/user/firefox-esr/stackwalk-x86-ppc.patch
diff options
context:
space:
mode:
Diffstat (limited to 'user/firefox-esr/stackwalk-x86-ppc.patch')
-rw-r--r--user/firefox-esr/stackwalk-x86-ppc.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/user/firefox-esr/stackwalk-x86-ppc.patch b/user/firefox-esr/stackwalk-x86-ppc.patch
new file mode 100644
index 000000000..df9ebfd94
--- /dev/null
+++ b/user/firefox-esr/stackwalk-x86-ppc.patch
@@ -0,0 +1,16 @@
+--- thunderbird-52.6.0/mozglue/misc/StackWalk.cpp
++++ thunderbird-52.6.0/mozglue/misc/StackWalk.cpp
+@@ -50,13 +50,6 @@ static CriticalAddress gCriticalAddress;
+ # define HAVE___LIBC_STACK_END 0
+ #endif
+
+-#if (defined(linux) && \
+- ((defined(__GNUC__) && (defined(__i386) || defined(PPC))) || \
+- defined(HAVE__UNWIND_BACKTRACE)) && \
+- (HAVE___LIBC_STACK_END || ANDROID))
+-# define MOZ_STACKWALK_SUPPORTS_LINUX 1
+-#else
+ # define MOZ_STACKWALK_SUPPORTS_LINUX 0
+-#endif
+
+ #if HAVE___LIBC_STACK_END