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/dist/crypto fix lint build.
details: https://anonhg.NetBSD.org/src/rev/05861734981f
branches: trunk
changeset: 356619:05861734981f
user: christos <christos%NetBSD.org@localhost>
date: Thu Oct 05 18:01:00 2017 +0000
description:
fix lint build.
diffstat:
crypto/external/bsd/openssl/dist/crypto/arm_arch.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 9620e840dc2f -r 05861734981f crypto/external/bsd/openssl/dist/crypto/arm_arch.h
--- a/crypto/external/bsd/openssl/dist/crypto/arm_arch.h Thu Oct 05 13:25:33 2017 +0000
+++ b/crypto/external/bsd/openssl/dist/crypto/arm_arch.h Thu Oct 05 18:01:00 2017 +0000
@@ -9,7 +9,7 @@
# else
# define __ARMEL__
# endif
-# elif defined(__GNUC__)
+# elif defined(__GNUC__) || defined(__lint__)
# if defined(__aarch64__)
# define __ARM_ARCH__ 8
# if __BYTE_ORDER__==__ORDER_BIG_ENDIAN__
Home |
Main Index |
Thread Index |
Old Index