Date: Sat, 26 Aug 2006 12:40:15 GMT From: Oleksandr Tymoshenko <gonzo@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 105106 for review Message-ID: <200608261240.k7QCeF8e054749@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=105106 Change 105106 by gonzo@gonzo_hq on 2006/08/26 12:39:16 o Disable truss(1) build for mips. o Introduce mips to lint(1) . Affected files ... .. //depot/projects/mips2/src/usr.bin/Makefile#2 edit .. //depot/projects/mips2/src/usr.bin/xlint/lint1/param.h#2 edit Differences ... ==== //depot/projects/mips2/src/usr.bin/Makefile#2 (text+ko) ==== @@ -233,7 +233,7 @@ ${_ypmatch} \ ${_ypwhich} -.if ${MACHINE_ARCH} != "arm" +.if ${MACHINE_ARCH} != "arm" && ${MACHINE_ARCH} != "mips" _truss= truss .endif ==== //depot/projects/mips2/src/usr.bin/xlint/lint1/param.h#2 (text+ko) ==== @@ -95,6 +95,9 @@ #elif __arm__ #define PTRDIFF_IS_LONG 0 #define SIZEOF_IS_ULONG 0 +#elif __mips__ +#define PTRDIFF_IS_LONG 0 +#define SIZEOF_IS_ULONG 0 #else #error unknown machine type #endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608261240.k7QCeF8e054749>