armv4 also needs the atomic hack

This commit is contained in:
martin 2023-05-15 14:27:29 +00:00
parent c74302075d
commit 741d15f3ae
1 changed files with 1 additions and 1 deletions

View File

@ -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