[Pkg-scicomp-commits] gmp/trunk/debian

Steven Michael Robbins smr at debian.org
Sun Apr 5 00:39:19 UTC 2009


SVN commit 4353 by smr:

Add case to gmp.h for mips.

 M  +3 -1      gmp/trunk/debian/changelog  
 M  +3 -1      gmp/trunk/debian/gmp.h  


--- gmp/trunk/debian/changelog #4352:4353
@@ -3,7 +3,9 @@
   * control:
   * rules: Do not build multilibs for sparc.  Closes: #522524.
 
- -- Steve M. Robbins <smr at debian.org>  Sat, 04 Apr 2009 12:50:29 -0500
+  * gmp.h: Add case for mips.
+  
+ -- Steve M. Robbins <smr at debian.org>  Sat, 04 Apr 2009 19:38:39 -0500
 
 gmp (2:4.2.4+dfsg-6) experimental; urgency=low
 
--- gmp/trunk/debian/gmp.h #4352:4353
@@ -45,6 +45,8 @@
 #include "gmp-hppa.h"
 #elif defined(__powerpc64__)
 #include "gmp-ppc64.h"
+#elif defined(__mips__)
+#include "gmp-mips.h"
 #elif defined(__powerpc__)
 #include "gmp-ppc.h"
 #elif defined(__s390__)
@@ -56,7 +58,7 @@
 #elif defined(__alpha__)
 #include "gmp-alpha.h"
 #else
-#error "The gmp-devel package is not usable with the architecture."
+#error "The gmp-dev package is not usable with the architecture."
 #endif
 
 #undef gmp_wrapper_h



More information about the Pkg-scicomp-commits mailing list