From 02d9c4e47e0f5ff7f13526ce9d362c54bbc9855f Mon Sep 17 00:00:00 2001 From: Stephane Glondu Date: Mon, 2 Dec 2013 18:30:05 +0100 Subject: [PATCH] Disable native backtraces on powerpcspe too --- ...14-Native-backtraces-don-t-work-on-powerpc-and-sparc.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/patches/0014-Native-backtraces-don-t-work-on-powerpc-and-sparc.patch b/debian/patches/0014-Native-backtraces-don-t-work-on-powerpc-and-sparc.patch index eab92804..1e573c11 100644 --- a/debian/patches/0014-Native-backtraces-don-t-work-on-powerpc-and-sparc.patch +++ b/debian/patches/0014-Native-backtraces-don-t-work-on-powerpc-and-sparc.patch @@ -7,7 +7,7 @@ Subject: Native backtraces don't work on powerpc and sparc 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/testsuite/tests/backtrace/Makefile b/testsuite/tests/backtrace/Makefile -index 83f9472..e71863a 100644 +index 83f9472..3695ff6 100644 --- a/testsuite/tests/backtrace/Makefile +++ b/testsuite/tests/backtrace/Makefile @@ -18,7 +18,10 @@ OTHERFILES=backtrace2.ml raw_backtrace.ml @@ -16,7 +16,7 @@ index 83f9472..e71863a 100644 $(MAKE) byte - @if $(BYTECODE_ONLY); then : ; else $(MAKE) native; fi + @case `dpkg-architecture -qDEB_BUILD_ARCH` in \ -+ sparc|powerpc) : ;; \ ++ sparc|powerpc*) : ;; \ + *) if $(BYTECODE_ONLY) ; then : ; else $(MAKE) native; fi ;; \ + esac -- 2.30.2