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/78bd56e46107
branches: trunk
changeset: 935038:78bd56e46107
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 25f8af59530a -r 78bd56e46107 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