Subject: CVS commit: syssrc/sys/arch
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 10/23/2001 23:40:03
Module Name:	syssrc
Committed By:	thorpej
Date:		Tue Oct 23 20:40:03 UTC 2001

Modified Files:
	syssrc/sys/arch/algor/conf: std.algor
	syssrc/sys/arch/arc/conf: std.arc
	syssrc/sys/arch/cobalt/conf: std.cobalt
	syssrc/sys/arch/hpcmips/conf: std.hpcmips
	syssrc/sys/arch/mips/conf: Makefile.mips
	syssrc/sys/arch/mipsco/conf: std.mipsco
	syssrc/sys/arch/newsmips/conf: std.newsmips
	syssrc/sys/arch/playstation2/conf: std.playstation2
	syssrc/sys/arch/pmax/conf: std.pmax
	syssrc/sys/arch/sgimips/conf: std.sgimips

Log Message:
For MIPS kernel Makefiles, don't set ENDIAN in std.${MACHINE}.  Instead,
explicitly set MACHINE_ARCH to the appropriate thing.  Makefile.mips will
then set all of the internal variables it needs to accordingly.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 syssrc/sys/arch/algor/conf/std.algor
cvs rdiff -r1.11 -r1.12 syssrc/sys/arch/arc/conf/std.arc
cvs rdiff -r1.3 -r1.4 syssrc/sys/arch/cobalt/conf/std.cobalt
cvs rdiff -r1.10 -r1.11 syssrc/sys/arch/hpcmips/conf/std.hpcmips
cvs rdiff -r1.21 -r1.22 syssrc/sys/arch/mips/conf/Makefile.mips
cvs rdiff -r1.4 -r1.5 syssrc/sys/arch/mipsco/conf/std.mipsco
cvs rdiff -r1.10 -r1.11 syssrc/sys/arch/newsmips/conf/std.newsmips
cvs rdiff -r1.1 -r1.2 syssrc/sys/arch/playstation2/conf/std.playstation2
cvs rdiff -r1.13 -r1.14 syssrc/sys/arch/pmax/conf/std.pmax
cvs rdiff -r1.7 -r1.8 syssrc/sys/arch/sgimips/conf/std.sgimips

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.