fix powerpc
This commit is contained in:
parent
8c0cfe7a2b
commit
a44e145462
|
@ -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"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
.PATH.S: ${.PARSEDIR}
|
||||
|
||||
CHACHA_SRCS = chacha-ppc.S
|
||||
CHACHA_SRCS = chacha-ppc.S chacha_ppc.c
|
||||
|
||||
.include "../../chacha.inc"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue