From: Stephane Glondu Date: Mon, 2 Dec 2013 17:30:05 +0000 (+0100) Subject: Disable native backtraces on powerpcspe too X-Git-Tag: archive/raspbian/4.08.1-4+rpi1~3^2~185 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=02d9c4e47e0f5ff7f13526ce9d362c54bbc9855f;p=ocaml.git Disable native backtraces on powerpcspe too --- 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