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/aarch64 selec...
details: https://anonhg.NetBSD.org/src/rev/e1332500cd1d
branches: trunk
changeset: 324112:e1332500cd1d
user: christos <christos%NetBSD.org@localhost>
date: Mon Jul 16 00:08:12 2018 +0000
description:
select assembler based on ACTIVE_CC
diffstat:
crypto/external/bsd/openssl/lib/libcrypto/arch/aarch64/crypto.inc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (11 lines):
diff -r bf1c45962163 -r e1332500cd1d crypto/external/bsd/openssl/lib/libcrypto/arch/aarch64/crypto.inc
--- a/crypto/external/bsd/openssl/lib/libcrypto/arch/aarch64/crypto.inc Mon Jul 16 00:04:47 2018 +0000
+++ b/crypto/external/bsd/openssl/lib/libcrypto/arch/aarch64/crypto.inc Mon Jul 16 00:08:12 2018 +0000
@@ -3,6 +3,6 @@
CPUID = yes
ARM_MAX_ARCH=8
CPPFLAGS += -D__ARM_MAX_ARCH__=${ARM_MAX_ARCH}
-CFLAGS+= -no-integrated-as
+CFLAGS+= ${${ACTIVE_CC} == "clang" :? -no-integrated-as :}
.include "../../crypto.inc"
Home |
Main Index |
Thread Index |
Old Index