[svn] gcry - r1412 - branches/LIBGCRYPT-1-4-BRANCH/mpi

svn author wk cvs at cvs.gnupg.org
Wed Dec 9 16:57:10 CET 2009


Author: wk
Date: 2009-12-09 16:57:10 +0100 (Wed, 09 Dec 2009)
New Revision: 1412

Modified:
   branches/LIBGCRYPT-1-4-BRANCH/mpi/ChangeLog
   branches/LIBGCRYPT-1-4-BRANCH/mpi/config.links
Log:
Remove sparc64 asm modules


Modified: branches/LIBGCRYPT-1-4-BRANCH/mpi/ChangeLog
===================================================================
--- branches/LIBGCRYPT-1-4-BRANCH/mpi/ChangeLog	2009-12-09 15:53:26 UTC (rev 1411)
+++ branches/LIBGCRYPT-1-4-BRANCH/mpi/ChangeLog	2009-12-09 15:57:10 UTC (rev 1412)
@@ -1,3 +1,8 @@
+2009-12-09  Werner Koch  <wk at g10code.com>
+
+	* config.links: Remove asm modules for all sparc64.  This is
+	debian#560028.
+
 2008-12-05  Werner Koch  <wk at g10code.com>
 
 	* mpicoder.c (mpi_read_from_buffer): Do not bail out if the mpi is

Modified: branches/LIBGCRYPT-1-4-BRANCH/mpi/config.links
===================================================================
--- branches/LIBGCRYPT-1-4-BRANCH/mpi/config.links	2009-12-09 15:53:26 UTC (rev 1411)
+++ branches/LIBGCRYPT-1-4-BRANCH/mpi/config.links	2009-12-09 15:57:10 UTC (rev 1412)
@@ -138,17 +138,12 @@
 	mpi_extra_modules="udiv-qrnnd"
 	;;
     sparc64-*-linux-gnu)
-	# An extra rule because we have an report for this one only.
-	# Should be compared against the next GMP version
-	echo '/* configured for sparc64-*-linux-gnu */' >>./mpi/asm-syntax.h
-	path="sparc32v8 sparc32"
-	mpi_extra_modules="udiv"
+        echo '/* No working assembler modules available */' >>./mpi/asm-syntax.h
+	path=""
 	;;
     sparc64-sun-solaris2*)
-	# Got a report that udiv is missing, so we try this one
-	echo '/* configured for sparc64-sun-solaris2 */' >>./mpi/asm-syntax.h
-	path="sparc32v8 sparc32"
-	mpi_extra_modules="udiv"
+        echo '/* No working assembler modules available */' >>./mpi/asm-syntax.h
+	path=""
         ;;
     sparc64-*-netbsd* | sparc64-*-freebsd* | sparc64-*-openbsd*)
        # There are no sparc64 assembler modules that work on the
@@ -156,8 +151,11 @@
        echo '/* No working assembler modules available */' >>./mpi/asm-syntax.h
        path=""
        ;;
+    sparc64*-*-*)
+       echo '/* No working assembler modules available */' >>./mpi/asm-syntax.h
+       path=""
+       ;;
     sparc9*-*-*     | \
-    sparc64*-*-*    | \
     ultrasparc*-*-* )
 	echo '/* configured for sparc9 or higher */' >>./mpi/asm-syntax.h
 	path="sparc32v8 sparc32"




More information about the Gnupg-commits mailing list