[mpfi] 23/39: Apply patch by Nobuhiro Iwamatsu, fixing build on sh4.
Jerome Benoit
calculus-guest at moszumanska.debian.org
Sat May 23 02:12:12 UTC 2015
This is an automated email from the git hooks/post-receive script.
calculus-guest pushed a commit to branch master
in repository mpfi.
commit cbfa429abfdcf53d6c121fa7d5bc08ed8f1b00f6
Author: Laurent Fousse <laurent at komite.net>
Date: Wed Aug 18 21:51:42 2010 +0200
Apply patch by Nobuhiro Iwamatsu, fixing build on sh4.
---
debian/changelog | 7 +++++++
debian/rules | 3 +++
2 files changed, 10 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 9e54d79..894ce5d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+mpfi (1.5-3) unstable; urgency=low
+
+ * Apply patch by Nobuhiro Iwamatsu, fixing build on sh4
+ (closes: #593420).
+
+ -- Laurent Fousse <laurent at komite.net> Wed, 18 Aug 2010 21:52:37 +0200
+
mpfi (1.5-2) unstable; urgency=low
* Apply patch by Philippe Theveny to fix tis_zero.
diff --git a/debian/rules b/debian/rules
index b7c3d07..06942d3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -34,6 +34,9 @@ else
CFLAGS += -O3
endif
+ifeq ($(DEB_BUILD_GNU_CPU),sh4)
+ CFLAGS += -mieee
+endif
build: build-stamp
build-stamp:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/mpfi.git
More information about the debian-science-commits
mailing list