Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/arm/include unbreak lint



details:   https://anonhg.NetBSD.org/src/rev/8d89bf0f52ab
branches:  trunk
changeset: 796870:8d89bf0f52ab
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Jun 23 03:40:57 2014 +0000

description:
unbreak lint

diffstat:

 sys/arch/arm/include/cdefs.h |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 99c3f8b5b93c -r 8d89bf0f52ab sys/arch/arm/include/cdefs.h
--- a/sys/arch/arm/include/cdefs.h      Mon Jun 23 03:16:29 2014 +0000
+++ b/sys/arch/arm/include/cdefs.h      Mon Jun 23 03:40:57 2014 +0000
@@ -1,11 +1,13 @@
-/*     $NetBSD: cdefs.h,v 1.14 2014/03/24 04:45:08 matt Exp $  */
+/*     $NetBSD: cdefs.h,v 1.15 2014/06/23 03:40:57 christos Exp $      */
 
 #ifndef        _ARM_CDEFS_H_
 #define        _ARM_CDEFS_H_
 
+#ifndef __lint__
 #if (__GNUC__ == 4 && __GNUC_MINOR__ < 1) || __GNUC__ < 4
 #error GCC 4.1 or compatible required.
 #endif
+#endif
 
 #if defined (__ARM_ARCH_8A__)
 #define _ARM_ARCH_8            /* ARMv8 64-bit in AARCH32 */



Home | Main Index | Thread Index | Old Index