[abrt/f21] Don't use native unwinder on arm

Jakub Filak jfilak at fedoraproject.org
Wed Jul 16 07:23:13 UTC 2014


commit ead702e03f9a7c7229aceb793b0c660082ef8624
Author: Jakub Filak <jfilak at redhat.com>
Date:   Wed Jul 16 08:33:27 2014 +0200

    Don't use native unwinder on arm

 abrt.spec |   12 +++++++++---
 1 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/abrt.spec b/abrt.spec
index 5aecad6..8d71f39 100644
--- a/abrt.spec
+++ b/abrt.spec
@@ -40,7 +40,7 @@
 Summary: Automatic bug detection and reporting tool
 Name: abrt
 Version: 2.2.2
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: GPLv2+
 Group: Applications/System
 URL: https://fedorahosted.org/abrt/
@@ -428,8 +428,11 @@ to the shell
 autoreconf --force --install
 intltoolize --force --copy --automake
 CFLAGS="%{optflags} -Werror" %configure --enable-doxygen-docs \
-                                        --disable-silent-rules \
-                                        --enable-native-unwinder
+%ifnarch arm armhfp armv7hl armv7l aarch64
+                                        --enable-native-unwinder \
+%endif
+                                        --disable-silent-rules
+
 make %{?_smp_mflags}
 
 %install
@@ -922,6 +925,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %config(noreplace) %{_sysconfdir}/profile.d/abrt-console-notification.sh
 
 %changelog
+* Wed Jul 16 2014 Jakub Filak <jfilak at redhat.com> 2.2.2-3
+- don't use native unwinder on arm
+
 * Mon Jul 14 2014 Jakub Filak <jfilak at redhat.com> 2.2.2-2
 - use native unwinder for generating 'core_backtrace'
 - enable OpenGPGCheck


More information about the scm-commits mailing list