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/7de757f7eeae
branches: trunk
changeset: 330109:7de757f7eeae
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 a69a18b9ac15 -r 7de757f7eeae 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