View | Details | Raw Unified | Return to bug 246419 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-1 / +2 lines)
Lines 57-63 Link Here
57
BINS=		${DIST}/${OPSYS}${OSREL}_DBG.OBJ
57
BINS=		${DIST}/${OPSYS}${OSREL}_DBG.OBJ
58
.endif
58
.endif
59
59
60
.if ${ARCH} == powerpc64
60
.if defined(PPC_ABI) && ${PPC_ABI} == ELFv1
61
EXTRA_PATCHES=	${PATCHDIR}/extra-patch-lib_freebl_sha512-p8.s
61
USES+=		compiler:c++11-lang # -mcrypto -mvsx
62
USES+=		compiler:c++11-lang # -mcrypto -mvsx
62
.else
63
.else
63
MAKE_ENV+=	NSS_DISABLE_ALTIVEC=1
64
MAKE_ENV+=	NSS_DISABLE_ALTIVEC=1
(-)files/extra-patch-lib_freebl_sha512-p8.s (+11 lines)
Line 0 Link Here
1
--- lib/freebl/sha512-p8.s.orig	2020-05-06 15:29:31 UTC
2
+++ lib/freebl/sha512-p8.s
3
@@ -3,7 +3,7 @@
4
 # See the full LICENSE under scripts/.
5
 
6
 .machine	"any"
7
-.abiversion	2
8
+.abiversion	1
9
 .text
10
 
11
 .globl	sha512_block_p8

Return to bug 246419