[Pkg-ocaml-maint-commits] [ocaml] 02/03: Disable native backtraces on powerpcspe too

Stéphane Glondu glondu at moszumanska.debian.org
Mon Dec 2 19:01:53 UTC 2013


This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch experimental/master
in repository ocaml.

commit 02d9c4e47e0f5ff7f13526ce9d362c54bbc9855f
Author: Stephane Glondu <steph at glondu.net>
Date:   Mon Dec 2 18:30:05 2013 +0100

    Disable native backtraces on powerpcspe too
---
 .../0014-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 eab9280..1e573c1 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
  

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ocaml-maint/packages/ocaml.git



More information about the Pkg-ocaml-maint-commits mailing list