32bit sparc needs the atomic hack too
This commit is contained in:
parent
9acd1c4e9e
commit
89bee5e893
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue