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/1a610ab6c456
branches:  trunk
changeset: 826920:1a610ab6c456
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 a18d617072fa -r 1a610ab6c456 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