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 No need t...
details: https://anonhg.NetBSD.org/src/rev/d61fb66e5f31
branches: trunk
changeset: 807149:d61fb66e5f31
user: matt <matt%NetBSD.org@localhost>
date: Sun Mar 29 23:35:08 2015 +0000
description:
No need to use -fno-integrated-assembler with clang
diffstat:
crypto/external/bsd/openssl/lib/libcrypto/arch/arm/aes.inc | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diffs (11 lines):
diff -r 739cbe6d2b72 -r d61fb66e5f31 crypto/external/bsd/openssl/lib/libcrypto/arch/arm/aes.inc
--- a/crypto/external/bsd/openssl/lib/libcrypto/arch/arm/aes.inc Sun Mar 29 22:49:44 2015 +0000
+++ b/crypto/external/bsd/openssl/lib/libcrypto/arch/arm/aes.inc Sun Mar 29 23:35:08 2015 +0000
@@ -1,7 +1,4 @@
.PATH.S: ${.PARSEDIR}
AES_SRCS = aes-armv4.S aesv8-armx.S bsaes-armv7.S aes_cbc.c
AESCPPFLAGS = -DAES_ASM -DBSAES_ASM
-.if ${ACTIVE_CC} == "clang"
-AFLAGS.aes-armv4.S= -fno-integrated-as
-.endif
.include "../../aes.inc"
Home |
Main Index |
Thread Index |
Old Index