[git] GCRYPT - branch, LIBGCRYPT-1-6-BRANCH, updated. libgcrypt-1.6.0-19-g420f42a
by Werner Koch
cvs at cvs.gnupg.org
Mon Jan 27 16:44:07 CET 2014
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The GNU crypto library".
The branch, LIBGCRYPT-1-6-BRANCH has been updated
via 420f42a5752e90a8b27d58ffa1ddfe6e4ab341e8 (commit)
from 41cc0f72e6c964eb20a2decaa4ea61776c511d96 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 420f42a5752e90a8b27d58ffa1ddfe6e4ab341e8
Author: Werner Koch <wk at gnupg.org>
Date: Thu Jan 9 19:14:09 2014 +0100
mpi: Minor fix for Atari-mint.
* mpi/config.links [m68k-atari-mint]: Do not assume 68020. Suggested
by Alan Hourihane.
diff --git a/mpi/config.links b/mpi/config.links
index 57e6c2a..0217d35 100644
--- a/mpi/config.links
+++ b/mpi/config.links
@@ -260,7 +260,7 @@ case "${host}" in
m68k-atari-mint)
echo '#define MIT_SYNTAX' >>./mpi/asm-syntax.h
cat $srcdir/mpi/m68k/syntax.h >>./mpi/asm-syntax.h
- path="m68k/mc68020 m68k"
+ path="m68k"
mpi_cpu_arch="m68k"
;;
m68000*-*-* | \
-----------------------------------------------------------------------
Summary of changes:
mpi/config.links | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
The GNU crypto library
http://git.gnupg.org
More information about the Gnupg-commits
mailing list