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 armv4 als...



details:   https://anonhg.NetBSD.org/src/rev/1d282c52c6c3
branches:  trunk
changeset: 375355:1d282c52c6c3
user:      martin <martin%NetBSD.org@localhost>
date:      Mon May 15 14:27:29 2023 +0000

description:
armv4 also needs the atomic hack

diffstat:

 crypto/external/bsd/openssl/lib/libcrypto/arch/arm/crypto.inc |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 5709ba0dd3e1 -r 1d282c52c6c3 crypto/external/bsd/openssl/lib/libcrypto/arch/arm/crypto.inc
--- a/crypto/external/bsd/openssl/lib/libcrypto/arch/arm/crypto.inc     Mon May 15 14:12:03 2023 +0000
+++ b/crypto/external/bsd/openssl/lib/libcrypto/arch/arm/crypto.inc     Mon May 15 14:27:29 2023 +0000
@@ -5,7 +5,7 @@ CPUID = yes
 CPPFLAGS += -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m
 CPPFLAGS += -DOPENSSL_CPUID_OBJ
 
-.if ${MACHINE_ARCH:Nearmv5*} == ""
+.if ${MACHINE_ARCH:Nearmv[4,5]*} == ""
 COPTS.threads_pthread.c += -DBROKEN_CLANG_ATOMICS       # no atomic 64 bit ops
 .endif
 



Home | Main Index | Thread Index | Old Index