PERFORCE change 105106 for review

Oleksandr Tymoshenko gonzo at FreeBSD.org
Sat Aug 26 12:40:17 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=105106

Change 105106 by gonzo at 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


More information about the p4-projects mailing list