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 Allow v...
details: https://anonhg.NetBSD.org/src/rev/90678ce6fdfb
branches: trunk
changeset: 951539:90678ce6fdfb
user: joerg <joerg%NetBSD.org@localhost>
date: Fri Feb 05 21:43:20 2021 +0000
description:
Allow v9 assembly for AES code for 32bit compat build with clang.
diffstat:
crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/aes.inc | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diffs (10 lines):
diff -r c4cec7ba0d64 -r 90678ce6fdfb crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/aes.inc
--- a/crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/aes.inc Fri Feb 05 21:25:36 2021 +0000
+++ b/crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/aes.inc Fri Feb 05 21:43:20 2021 +0000
@@ -4,5 +4,6 @@
AESCPPFLAGS = -DAES_ASM
AFLAGS.aes-sparcv9.S+= -Wa,-Av9
AFLAGS.aest4-sparcv9.S+= -Wa,-Av9
+AFLAGS.aesfx-sparcv9.S+= -Wa,-Av9
.endif
.include "../../aes.inc"
Home |
Main Index |
Thread Index |
Old Index