Subject: CVS commit: src/sys/arch
To: None <source-changes@NetBSD.org>
From: Simon Burge <simonb@netbsd.org>
List: source-changes
Date: 10/08/2003 01:40:23
Module Name:	src
Committed By:	simonb
Date:		Wed Oct  8 01:40:23 UTC 2003

Modified Files:
	src/sys/arch/acorn26/stand: Makefile.buildboot
	src/sys/arch/acorn32/stand: Makefile.buildboot
	src/sys/arch/alpha/stand: Makefile.bootprogs
	src/sys/arch/cobalt/stand/boot: Makefile
	src/sys/arch/mipsco/stand: Makefile.booters
	src/sys/arch/news68k/stand: Makefile.inc
	src/sys/arch/newsmips/stand: Makefile.inc
	src/sys/arch/next68k/stand/boot: Makefile
	src/sys/arch/pmax/stand: Makefile.booters
	src/sys/arch/prep/stand/boot: Makefile
	src/sys/arch/sbmips/stand: Makefile.bootprogs
	src/sys/arch/sgimips/stand: Makefile.booters
	src/sys/arch/x68k/stand: Makefile.booters

Log Message:
Define LIB{CRT0,C,CRTBEGIN,CRTEND} as nothing, we don't need to link
against them.


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 src/sys/arch/acorn26/stand/Makefile.buildboot
cvs rdiff -r1.3 -r1.4 src/sys/arch/acorn32/stand/Makefile.buildboot
cvs rdiff -r1.22 -r1.23 src/sys/arch/alpha/stand/Makefile.bootprogs
cvs rdiff -r1.1 -r1.2 src/sys/arch/cobalt/stand/boot/Makefile
cvs rdiff -r1.5 -r1.6 src/sys/arch/mipsco/stand/Makefile.booters
cvs rdiff -r1.2 -r1.3 src/sys/arch/news68k/stand/Makefile.inc
cvs rdiff -r1.2 -r1.3 src/sys/arch/newsmips/stand/Makefile.inc
cvs rdiff -r1.17 -r1.18 src/sys/arch/next68k/stand/boot/Makefile
cvs rdiff -r1.40 -r1.41 src/sys/arch/pmax/stand/Makefile.booters
cvs rdiff -r1.9 -r1.10 src/sys/arch/prep/stand/boot/Makefile
cvs rdiff -r1.2 -r1.3 src/sys/arch/sbmips/stand/Makefile.bootprogs
cvs rdiff -r1.8 -r1.9 src/sys/arch/sgimips/stand/Makefile.booters
cvs rdiff -r1.1 -r1.2 src/sys/arch/x68k/stand/Makefile.booters

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