[ecj] 109/145: Try to work around build failures on m68k, powerpcspe, ppc64 sh4, sparc64
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Tue Mar 27 23:11:34 BST 2018
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository ecj.
commit adbb88d9fa89431aa3027d4517bab112f324b532
Author: Matthias Klose <doko at debian.org>
Date: Tue Sep 13 10:54:29 2016 +0200
Try to work around build failures on m68k, powerpcspe, ppc64 sh4, sparc64
---
debian/changelog | 6 ++++++
debian/rules | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 9c9e73c..20ef56f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ecj (3.11.0-7) unstable; urgency=medium
+
+ * Try to work around build failures on m68k, powerpcspe, ppc64 sh4, sparc64.
+
+ -- Matthias Klose <doko at debian.org> Tue, 13 Sep 2016 10:54:29 +0200
+
ecj (3.11.0-6) unstable; urgency=medium
* Build ecj1 on any architecture.
diff --git a/debian/rules b/debian/rules
index eda397e..d5b444a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,7 +27,7 @@ with_native := yes
with_rebuild := yes
with_sourcebuild := yes
-ifneq (,$(filter $(DEB_HOST_ARCH), s390x))
+ifneq (,$(filter $(DEB_HOST_ARCH), m68k powerpcspe ppc64 s390x sh4 sparc64))
with_sourcebuild :=
endif
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/ecj.git
More information about the pkg-java-commits
mailing list