fix powerpc

This commit is contained in:
christos 2023-05-14 21:28:36 +00:00
parent 8c0cfe7a2b
commit a44e145462
3 changed files with 5 additions and 2 deletions

View File

@ -1,4 +1,4 @@
.PATH.S: ${.PARSEDIR}
BN_SRCS = ppc.S ppc-mont.S ppc64-mont.S
BN_SRCS = ppc.S ppc-mont.S ppc64-mont.S bn_ppc.c
CPPFLAGS += -DOPENSSL_BN_ASM_MONT
.include "../../bn.inc"

View File

@ -1,5 +1,5 @@
.PATH.S: ${.PARSEDIR}
CHACHA_SRCS = chacha-ppc.S
CHACHA_SRCS = chacha-ppc.S chacha_ppc.c
.include "../../chacha.inc"

View File

@ -1,4 +1,7 @@
CPUID_SRCS = ppccap.c ppccpuid.S
CPPFLAGS += -DOPENSSL_CPUID_OBJ
CPUID = yes
COPTS.threads_pthread.c += -DBROKEN_CLANG_ATOMICS # no atomic 64 bit ops
.include "../../crypto.inc"