Package: xhprof
Version: 0.9.2+git20130123-1
Severity: important
Tags: patch
User: debian-...@lists.debian.org
Usertags: arm64

xhprof uses -gstabs on various architectures, but that debugging format
doesn't exist on the forthcoming arm64 port, causing a build failure.

  * Build with -g on aarch64-linux-gnu, not (pre-DWARF) -gstabs.

diff -Nru xhprof-0.9.2+git20130123/debian/rules 
xhprof-0.9.2+git20130123/debian/rules
--- xhprof-0.9.2+git20130123/debian/rules       2013-02-24 16:14:46.000000000 
+0000
+++ xhprof-0.9.2+git20130123/debian/rules       2013-10-16 10:12:56.000000000 
+0100
@@ -17,7 +17,7 @@
        CFLAGS += -mieee
 endif
 
-ifeq ($(DEB_HOST_GNU_TYPE), $(findstring $(DEB_HOST_GNU_TYPE), ia64-linux-gnu 
powerpc64-linux-gnu))
+ifeq ($(DEB_HOST_GNU_TYPE), $(findstring $(DEB_HOST_GNU_TYPE), ia64-linux-gnu 
powerpc64-linux-gnu aarch64-linux-gnu))
        CFLAGS += -g
 else
        CFLAGS += -gstabs

Thanks,

-- 
Colin Watson                                       [cjwat...@ubuntu.com]


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to