Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/crypto/external/bsd/openssl/lib/libcrypto/arch/sparc PR/5631...



details:   https://anonhg.NetBSD.org/src/rev/501cf3cc6c93
branches:  trunk
changeset: 985164:501cf3cc6c93
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Aug 10 10:38:42 2021 +0000

description:
PR/56318: Izumi Tsutsui: Limit bn-sparcv8.S to sparc64; breaks
on sparcstation 2 (sun4c)

diffstat:

 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/bn.inc |  3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diffs (12 lines):

diff -r d2c5a31f7338 -r 501cf3cc6c93 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/bn.inc
--- a/crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/bn.inc       Tue Aug 10 07:02:00 2021 +0000
+++ b/crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/bn.inc       Tue Aug 10 10:38:42 2021 +0000
@@ -1,5 +1,8 @@
 .PATH.S: ${.PARSEDIR}
+# Limit bn-sparcv8.S to sparc64; breaks on sparcstation 2 (sun4c)
+.if ${MACHINE} == "sparc64"
 # XXX bn-sparcv8plus.S doesn't work well. why?
 BN_SRCS = bn-sparcv8.S
 AFLAGS.bn-sparcv8.S+= -Wa,-Av9
+.endif
 .include "../../bn.inc"



Home | Main Index | Thread Index | Old Index