32bit sparc needs the atomic hack too

This commit is contained in:
martin 2023-05-15 17:06:05 +00:00
parent 9acd1c4e9e
commit 89bee5e893
1 changed files with 4 additions and 0 deletions

View File

@ -12,4 +12,8 @@ AFLAGS.sparcv9a-mont.S+= -Wa,-Av9a
AFLAGS.sparct4-mont.S+= -Wa,-Av9a
AFLAGS.vis3-mont.S+= -Wa,-Av9a
.if ${MACHINE} == "sparc"
COPTS.threads_pthread.c += -DBROKEN_CLANG_ATOMICS # no atomic 64 bit ops
.endif
.include "../../crypto.inc"