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/arm Always co...
details: https://anonhg.NetBSD.org/src/rev/1caec6f6d087
branches: trunk
changeset: 973172:1caec6f6d087
user: christos <christos%NetBSD.org@localhost>
date: Mon Jun 22 19:56:36 2020 +0000
description:
Always compile in v8 support.
diffstat:
crypto/external/bsd/openssl/lib/libcrypto/arch/arm/modes.inc | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (14 lines):
diff -r c1d008031206 -r 1caec6f6d087 crypto/external/bsd/openssl/lib/libcrypto/arch/arm/modes.inc
--- a/crypto/external/bsd/openssl/lib/libcrypto/arch/arm/modes.inc Mon Jun 22 19:55:43 2020 +0000
+++ b/crypto/external/bsd/openssl/lib/libcrypto/arch/arm/modes.inc Mon Jun 22 19:56:36 2020 +0000
@@ -3,9 +3,8 @@
.PATH.S: ${.PARSEDIR}
MODES_SRCS += ghash-armv4.S
-.if ${ARM_MAX_ARCH} >= 8
MODES_SRCS += ghashv8-armx.S
-.endif
+AFLAGS.ghashv8-armx.S = -Wa,-march=armv8.4-a
MODESCPPFLAGS = -DGHASH_ASM
.include "../../modes.inc"
Home |
Main Index |
Thread Index |
Old Index