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/3d6853120ea1
branches:  trunk
changeset: 938818:3d6853120ea1
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 62f559018007 -r 3d6853120ea1 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