[gmp-ecm] 31/77: Disable assembly on mips.

Jerome Benoit calculus-guest at moszumanska.debian.org
Sat Jun 6 12:33:49 UTC 2015


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

calculus-guest pushed a commit to branch master
in repository gmp-ecm.

commit 5372a1be9100ed6bc9cdaa6f3a00dad665a9e815
Author: Laurent Fousse <laurent at komite.net>
Date:   Sat Aug 14 10:12:18 2010 +0200

    Disable assembly on mips.
---
 debian/changelog | 6 ++++++
 sp.h             | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 5dd9315..e6a210b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+gmp-ecm (6.3-2) unstable; urgency=low
+
+  * Disable assembly on mips.
+
+ -- Laurent Fousse <laurent at komite.net>  Sat, 14 Aug 2010 10:13:15 +0200
+
 gmp-ecm (6.3-1) unstable; urgency=low
 
   * New upstream version.
diff --git a/sp.h b/sp.h
index e7326ca..265f060 100644
--- a/sp.h
+++ b/sp.h
@@ -78,7 +78,7 @@ typedef mp_limb_t UDItype;
 #define ULONG_MAX __GMP_ULONG_MAX
 #endif
 
-#if defined (__s390__) || defined (__hppa__)
+#if defined (__s390__) || defined (__hppa__) || defined (__mips__)
 #define NO_ASM
 #endif
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/gmp-ecm.git



More information about the debian-science-commits mailing list