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 sparcv9...
details: https://anonhg.NetBSD.org/src/rev/a79bc04725ed
branches: trunk
changeset: 433627:a79bc04725ed
user: christos <christos%NetBSD.org@localhost>
date: Mon Sep 24 20:15:38 2018 +0000
description:
sparcv9cap is a c file.
diffstat:
crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/crypto.inc | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (20 lines):
diff -r 52601a088498 -r a79bc04725ed crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/crypto.inc
--- a/crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/crypto.inc Mon Sep 24 19:50:51 2018 +0000
+++ b/crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/crypto.inc Mon Sep 24 20:15:38 2018 +0000
@@ -1,7 +1,7 @@
.PATH.S: ${.PARSEDIR}
.PATH.c: ${.PARSEDIR}
CPUID = yes
-CPUID_SRCS += sparccpuid.S sparcv9cap.S
+CPUID_SRCS += sparccpuid.S sparcv9cap.c
CRYPTOCPPFLAGS += -DOPENSSL_CPUID_OBJ
.if ${MACHINE} == "sparc64"
@@ -12,7 +12,6 @@
AFLAGS.sparcv9a-mont.S+= -Wa,-Av9a
AFLAGS.sparct4-mont.S+= -Wa,-Av9a
AFLAGS.vis3-mont.S+= -Wa,-Av9a
-AFLAGS.sparcv9cap.S+= -Wa,-Av9
.endif
.include "../../crypto.inc"
Home |
Main Index |
Thread Index |
Old Index