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

mercurial at gmplib.org mercurial at gmplib.org
Wed Mar 28 20:18:37 UTC 2018


details:   /var/hg/gmp/rev/e6b0f239eb8f
changeset: 17594:e6b0f239eb8f
user:      Torbjorn Granlund <tg at gmplib.org>
date:      Wed Mar 28 22:16:43 2018 +0200
description:
(mips): Recognise "mipsisa64*".

details:   /var/hg/gmp/rev/e8c66c38042f
changeset: 17595:e8c66c38042f
user:      Torbjorn Granlund <tg at gmplib.org>
date:      Wed Mar 28 22:18:34 2018 +0200
description:
Copyright year.

diffstat:

 configure.ac |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 6962c4568e4b -r e8c66c38042f configure.ac
--- a/configure.ac	Mon Mar 26 23:24:03 2018 +0200
+++ b/configure.ac	Wed Mar 28 22:18:34 2018 +0200
@@ -3,7 +3,7 @@
 
 define(GMP_COPYRIGHT,[[
 
-Copyright 1996-2017 Free Software Foundation, Inc.
+Copyright 1996-2018 Free Software Foundation, Inc.
 
 This file is part of the GNU MP Library.
 
@@ -994,7 +994,7 @@
     GMP_INCLUDE_MPN(mips32/mips-defs.m4)
 
     case $host in
-      [mips64*-*-* | mips*-*-irix[6789]*])
+      [mips64*-*-* | mipsisa64*-*-* | mips*-*-irix[6789]*])
         abilist="n32 64 o32"
 
         cclist_n32="gcc cc"


More information about the gmp-commit mailing list