Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/lgpl3/gmp/dist add mipsn64 support, so native-gmp w...
details: https://anonhg.NetBSD.org/src/rev/48c85dd259b0
branches: trunk
changeset: 1022325:48c85dd259b0
user: mrg <mrg%NetBSD.org@localhost>
date: Mon Jul 12 18:42:23 2021 +0000
description:
add mipsn64 support, so native-gmp works, and likely, build.sh tools
on a mipsn64 host.
diffstat:
external/lgpl3/gmp/dist/configfsf.sub | 1 +
external/lgpl3/gmp/dist/configure | 2 +-
external/lgpl3/gmp/dist/configure.ac | 4 ++--
3 files changed, 4 insertions(+), 3 deletions(-)
diffs (44 lines):
diff -r 320b9023f8c6 -r 48c85dd259b0 external/lgpl3/gmp/dist/configfsf.sub
--- a/external/lgpl3/gmp/dist/configfsf.sub Mon Jul 12 18:00:36 2021 +0000
+++ b/external/lgpl3/gmp/dist/configfsf.sub Mon Jul 12 18:42:23 2021 +0000
@@ -1193,6 +1193,7 @@
| mips | mipsbe | mipseb | mipsel | mipsle \
| mips16 \
| mips64 | mips64eb | mips64el \
+ | mipsn64 | mipsn64eb | mipsn64el \
| mips64octeon | mips64octeonel \
| mips64orion | mips64orionel \
| mips64r5900 | mips64r5900el \
diff -r 320b9023f8c6 -r 48c85dd259b0 external/lgpl3/gmp/dist/configure
--- a/external/lgpl3/gmp/dist/configure Mon Jul 12 18:00:36 2021 +0000
+++ b/external/lgpl3/gmp/dist/configure Mon Jul 12 18:42:23 2021 +0000
@@ -4684,7 +4684,7 @@
case $host in
- mips64*-*-* | mipsisa64*-*-* | mips*-*-irix[6789]*)
+ mips64*-*-* | mipsisa64*-*-* | mips*-*-irix[6789]* | mipsn64*-*-*)
abilist="n32 64 o32"
cclist_n32="gcc cc"
diff -r 320b9023f8c6 -r 48c85dd259b0 external/lgpl3/gmp/dist/configure.ac
--- a/external/lgpl3/gmp/dist/configure.ac Mon Jul 12 18:00:36 2021 +0000
+++ b/external/lgpl3/gmp/dist/configure.ac Mon Jul 12 18:42:23 2021 +0000
@@ -35,7 +35,7 @@
AC_COPYRIGHT(GMP_COPYRIGHT)
AH_TOP(/*GMP_COPYRIGHT*/)
-AC_REVISION($Revision: 1.1.1.4 $)
+AC_REVISION($Revision: 1.2 $)
AC_PREREQ(2.59)
AC_INIT(GNU MP, GMP_VERSION, [gmp-bugs%gmplib.org@localhost, see https://gmplib.org/manual/Reporting-Bugs.html], gmp)
AC_CONFIG_SRCDIR(gmp-impl.h)
@@ -1027,7 +1027,7 @@
GMP_INCLUDE_MPN(mips32/mips-defs.m4)
case $host in
- [mips64*-*-* | mipsisa64*-*-* | mips*-*-irix[6789]*])
+ [mips64*-*-* | mipsisa64*-*-* | mips*-*-irix[6789]* | mipsn64*-*-*])
abilist="n32 64 o32"
cclist_n32="gcc cc"
Home |
Main Index |
Thread Index |
Old Index