[svn] GnuPG - r4403 - branches/STABLE-BRANCH-1-4/mpi

svn author dshaw cvs at cvs.gnupg.org
Tue Jan 16 06:20:06 CET 2007


Author: dshaw
Date: 2007-01-16 06:20:06 +0100 (Tue, 16 Jan 2007)
New Revision: 4403

Modified:
   branches/STABLE-BRANCH-1-4/mpi/ChangeLog
   branches/STABLE-BRANCH-1-4/mpi/config.links
Log:
* config.links: powerpc64* needs to come before powerpc* or it will
never match.  Reported by Alon Bar-Lev for libgcrypt, but relevant
here as well.


Modified: branches/STABLE-BRANCH-1-4/mpi/ChangeLog
===================================================================
--- branches/STABLE-BRANCH-1-4/mpi/ChangeLog	2007-01-16 04:31:49 UTC (rev 4402)
+++ branches/STABLE-BRANCH-1-4/mpi/ChangeLog	2007-01-16 05:20:06 UTC (rev 4403)
@@ -1,3 +1,9 @@
+2007-01-15  David Shaw  <dshaw at jabberwocky.com>
+
+	* config.links: powerpc64* needs to come before powerpc* or it
+	will never match.  Reported by Alon Bar-Lev for libgcrypt, but
+	relevant here as well.
+
 2006-12-11  Werner Koch  <wk at g10code.com>
 
 	* mpi-internal.h: Include mpi-asm-defs.h.

Modified: branches/STABLE-BRANCH-1-4/mpi/config.links
===================================================================
--- branches/STABLE-BRANCH-1-4/mpi/config.links	2007-01-16 04:31:49 UTC (rev 4402)
+++ branches/STABLE-BRANCH-1-4/mpi/config.links	2007-01-16 05:20:06 UTC (rev 4403)
@@ -254,16 +254,16 @@
 	mpi_sflags="-Wa,-mppc"
 	path="power powerpc32"
 	;;
+    ppc620-*-*	    | \
+    powerpc64*-*-*)
+	mpi_sflags="-Wa,-mppc"
+	path="powerpc64"
+	;;
     ppc60[234]*-*-* | \
     powerpc*-*-*)
 	mpi_sflags="-Wa,-mppc"
 	path="powerpc32"
 	;;
-    ppc620-*-*	    | \
-    powerpc64*-*-*)
-	mpi_sflags="-Wa,-mppc"
-	path="powerpc64"
-	;;
 
     *)
 	echo '/* No assembler modules configured */' >>./mpi/asm-syntax.h




More information about the Gnupg-commits mailing list