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/arm Simplify ...
details: https://anonhg.NetBSD.org/src/rev/fe7bd86ec90f
branches: trunk
changeset: 375385:fe7bd86ec90f
user: martin <martin%NetBSD.org@localhost>
date: Tue May 16 09:52:30 2023 +0000
description:
Simplify previous, from Riastradh
diffstat:
crypto/external/bsd/openssl/lib/libcrypto/arch/arm/crypto.inc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r fbd109f4c3f0 -r fe7bd86ec90f crypto/external/bsd/openssl/lib/libcrypto/arch/arm/crypto.inc
--- a/crypto/external/bsd/openssl/lib/libcrypto/arch/arm/crypto.inc Tue May 16 08:22:11 2023 +0000
+++ b/crypto/external/bsd/openssl/lib/libcrypto/arch/arm/crypto.inc Tue May 16 09:52:30 2023 +0000
@@ -5,7 +5,7 @@ CPUID = yes
CPPFLAGS += -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m
CPPFLAGS += -DOPENSSL_CPUID_OBJ
-.if ${MACHINE_ARCH:Nearmv[4,5]*} == ""
+.if ${MACHINE_ARCH:Nearmv[45]*} == ""
COPTS.threads_pthread.c += -DBROKEN_CLANG_ATOMICS # no atomic 64 bit ops
.endif
Home |
Main Index |
Thread Index |
Old Index