Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/crypto/external/bsd/openssl/lib/libcrypto/arch/mips fix mips
details: https://anonhg.NetBSD.org/src/rev/5f180a1cc617
branches: trunk
changeset: 375351:5f180a1cc617
user: christos <christos%NetBSD.org@localhost>
date: Mon May 15 13:54:12 2023 +0000
description:
fix mips
diffstat:
crypto/external/bsd/openssl/lib/libcrypto/arch/mips/crypto.inc | 4 ++++
crypto/external/bsd/openssl/lib/libcrypto/arch/mips/ec.inc | 3 +++
2 files changed, 7 insertions(+), 0 deletions(-)
diffs (19 lines):
diff -r e59eb785ba58 -r 5f180a1cc617 crypto/external/bsd/openssl/lib/libcrypto/arch/mips/crypto.inc
--- a/crypto/external/bsd/openssl/lib/libcrypto/arch/mips/crypto.inc Mon May 15 13:53:32 2023 +0000
+++ b/crypto/external/bsd/openssl/lib/libcrypto/arch/mips/crypto.inc Mon May 15 13:54:12 2023 +0000
@@ -6,4 +6,8 @@
CRYPTO_SRCS += mips-mont${MIPS_64}.S
.endif
+.if ${MIPS_64} == ""
+COPTS.threads_pthread.c += -DBROKEN_CLANG_ATOMICS # no atomic 64 bit ops
+.endif
+
.include "../../crypto.inc"
diff -r e59eb785ba58 -r 5f180a1cc617 crypto/external/bsd/openssl/lib/libcrypto/arch/mips/ec.inc
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/crypto/external/bsd/openssl/lib/libcrypto/arch/mips/ec.inc Mon May 15 13:54:12 2023 +0000
@@ -0,0 +1,3 @@
+ECCPPFLAGS+= -DOPENSSL_NO_EC_NISTP_64_GCC_128
+
+.include "../../ec.inc"
Home |
Main Index |
Thread Index |
Old Index