Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/xlint Merge from matt-nb5-mips64
details: https://anonhg.NetBSD.org/src/rev/18c296127b3b
branches: trunk
changeset: 749979:18c296127b3b
user: matt <matt%NetBSD.org@localhost>
date: Mon Dec 14 00:42:06 2009 +0000
description:
Merge from matt-nb5-mips64
Teach lint about mips64
diffstat:
usr.bin/xlint/Makefile.inc | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 9bfd6083c31b -r 18c296127b3b usr.bin/xlint/Makefile.inc
--- a/usr.bin/xlint/Makefile.inc Mon Dec 14 00:41:18 2009 +0000
+++ b/usr.bin/xlint/Makefile.inc Mon Dec 14 00:42:06 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.10 2009/04/14 09:09:59 lukem Exp $
+# $NetBSD: Makefile.inc,v 1.11 2009/12/14 00:42:06 matt Exp $
WARNS?= 3 # XXX: fails -Wsign-compare
@@ -11,6 +11,8 @@
# on the m68000), so we special case the directory name here.
.if ${MACHINE_ARCH} == "m68000"
ARCHSUBDIR= m68000
+.elif ${MACHINE_ARCH} == "mips64eb" || ${MACHINE_ARCH} == "mips64el"
+ARCHSUBDIR= mips64
.else
ARCHSUBDIR= ${MACHINE_CPU}
.endif
Home |
Main Index |
Thread Index |
Old Index