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 build t...
details: https://anonhg.NetBSD.org/src/rev/7be8673504b2
branches: trunk
changeset: 1014285:7be8673504b2
user: mrg <mrg%NetBSD.org@localhost>
date: Tue Sep 15 09:22:32 2020 +0000
description:
build the 32 bit aesfx-sparcv9.S for sparc64 32 bit comapt libs.
now libcrypto works -m32.
diffstat:
crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/aes.inc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (11 lines):
diff -r a1aa465863f7 -r 7be8673504b2 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/aes.inc
--- a/crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/aes.inc Tue Sep 15 08:44:02 2020 +0000
+++ b/crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/aes.inc Tue Sep 15 09:22:32 2020 +0000
@@ -1,6 +1,6 @@
.if ${MACHINE} == "sparc64"
.PATH.S: ${.PARSEDIR}
-AES_SRCS = aes_core.c aes_cbc.c aes-sparcv9.S aest4-sparcv9.S
+AES_SRCS = aes_core.c aes_cbc.c aes-sparcv9.S aest4-sparcv9.S aesfx-sparcv9.S
AESCPPFLAGS = -DAES_ASM
AFLAGS.aes-sparcv9.S+= -Wa,-Av9
AFLAGS.aest4-sparcv9.S+= -Wa,-Av9
Home |
Main Index |
Thread Index |
Old Index