From: Niels Möller Date: Thu, 18 Aug 2022 07:54:42 +0000 (+0200) Subject: Change mips abi check to apply only to mips64. X-Git-Tag: nettle_3.9_release_20230514~76 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0681cfd3ac70a066e903da1e1ab627ce67eb34a9;p=thirdparty%2Fnettle.git Change mips abi check to apply only to mips64. --- diff --git a/ChangeLog b/ChangeLog index 7d68e21b..ae9fd089 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2022-08-18 Niels Möller + + * configure.ac (ABI): Change mips abi check to apply only to mips64. + 2022-08-17 Niels Möller * 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