[Gmp-commit] /var/hg/gmp: 2 new changesets

mercurial at gmplib.org mercurial at gmplib.org
Sat Feb 16 20:29:32 CET 2013


details:   /var/hg/gmp/rev/388600fbcabf
changeset: 15447:388600fbcabf
user:      Torbjorn Granlund <tege at gmplib.org>
date:      Sat Feb 16 20:28:52 2013 +0100
description:
(TARG_DIST): Add arm64.

details:   /var/hg/gmp/rev/4dce900d1b22
changeset: 15448:4dce900d1b22
user:      Torbjorn Granlund <tege at gmplib.org>
date:      Sat Feb 16 20:29:27 2013 +0100
description:
ChangeLog

diffstat:

 ChangeLog       |  2 ++
 mpn/Makefile.am |  4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diffs (32 lines):

diff -r f1fe396f6897 -r 4dce900d1b22 ChangeLog
--- a/ChangeLog	Sat Feb 16 18:31:49 2013 +0100
+++ b/ChangeLog	Sat Feb 16 20:29:27 2013 +0100
@@ -4,6 +4,8 @@
 
 2013-02-16  Torbjorn Granlund  <tege at gmplib.org>
 
+	* mpn/Makefile.am (TARG_DIST): Add arm64.
+
 	* mpn/x86_64/x86_64-defs.m4 (PROTECT): Emit '.hidden' instead of
 	'.protected" to please Sun's assembler, but also for semantic reasons.
 
diff -r f1fe396f6897 -r 4dce900d1b22 mpn/Makefile.am
--- a/mpn/Makefile.am	Sat Feb 16 18:31:49 2013 +0100
+++ b/mpn/Makefile.am	Sat Feb 16 20:29:27 2013 +0100
@@ -1,6 +1,6 @@
 ## Process this file with automake to generate Makefile.in
 
-# Copyright 1996, 1998, 1999, 2000, 2001, 2002, 2005, 2011 Free Software
+# Copyright 1996, 1998, 1999, 2000, 2001, 2002, 2005, 2011, 2013 Free Software
 # Foundation, Inc.
 #
 # This file is part of the GNU MP Library.
@@ -29,7 +29,7 @@
 libmpn_la_LIBADD = $(OFILES)
 libmpn_la_DEPENDENCIES = $(OFILES)
 
-TARG_DIST = a29k alpha arm clipper cray generic i960 ia64 lisp m68k m88k \
+TARG_DIST = a29k alpha arm arm64 clipper cray generic i960 ia64 lisp m68k m88k \
   minithres mips32 mips64 ns32k pa32 pa64 power powerpc32 powerpc64 pyr \
   s390_32 s390_64 sh sparc32 sparc64 thumb vax x86 x86_64 z8000
 


More information about the gmp-commit mailing list