Author: imp
Date: Tue Dec 28 22:49:28 2010
New Revision: 216783
URL: http://svn.freebsd.org/changeset/base/216783
Log:
MIPS has lots of flavors as well
Modified:
head/sys/conf/makeLINT.mk
Modified: head/sys/conf/makeLINT.mk
==============================================================================
--- head/sys/conf/makeLINT.mk Tue Dec 28 22:45:29 2010 (r216782)
+++ head/sys/conf/makeLINT.mk Tue Dec 28 22:49:28 2010 (r216783)
@@ -17,6 +17,6 @@ LINT: ${NOTES} ../../conf/makeLINT.sed
echo "ident ${.TARGET}-VIMAGE" >> ${.TARGET}-VIMAGE
echo "options VIMAGE" >> ${.TARGET}-VIMAGE
.endif
-.if ${TARGET} == "powerpc"
+.if ${TARGET} == "powerpc" || ${TARGET} == "mips"
echo "machine ${TARGET} ${TARGET_ARCH}" >> ${.TARGET}
.endif
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"