summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2022-08-18 09:54:42 +0200
committerNiels Möller <nisse@lysator.liu.se>2022-08-18 09:54:42 +0200
commit0681cfd3ac70a066e903da1e1ab627ce67eb34a9 (patch)
tree0456441679f006f40b7e053e40d4a3b965c4c7e3
parent9b48a5cf75356bb6beb4af04706ef19ede10d228 (diff)
downloadnettle-0681cfd3ac70a066e903da1e1ab627ce67eb34a9.tar.gz
Change mips abi check to apply only to mips64.
-rw-r--r--ChangeLog4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7d68e21b..ae9fd089 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2022-08-18 Niels Möller <nisse@lysator.liu.se>
+
+ * configure.ac (ABI): Change mips abi check to apply only to mips64.
+
2022-08-17 Niels Möller <nisse@lysator.liu.se>
* testsuite/testutils.c (mpz_urandomm) [NETTLE_USE_MINI_GMP]: New
diff --git a/configure.ac b/configure.ac
index 70eb0873..59f68b00 100644
--- a/configure.ac
+++ b/configure.ac
@@ -345,7 +345,7 @@ case "$host_cpu" in
ABI=64
])
;;
- *mips*)
+ *mips64*)
AC_TRY_COMPILE([
#if defined(__mips64) || defined(__mips64__) || (defined(__sgi) && defined(__LP64__))
#error 64-bit mips