Subject: CVS commit: src/sys/arch/i386/stand
To: None <source-changes@NetBSD.org>
From: matthew green <mrg@netbsd.org>
List: source-changes
Date: 05/12/2006 01:23:51
Module Name:	src
Committed By:	mrg
Date:		Fri May 12 01:23:51 UTC 2006

Modified Files:
	src/sys/arch/i386/stand: Makefile.booters Makefile.inc
	src/sys/arch/i386/stand/boot: Makefile.boot
	src/sys/arch/i386/stand/bootxx: Makefile.bootxx
	src/sys/arch/i386/stand/pxeboot: Makefile

Log Message:
- -mcpu=i386 is gone in GCC4
- we need -Wno-attributes (to avoid __packed__ warnings)
- use -Wno-pointer-sign
- remove some redundancy from pxeboot/Makefile


To generate a diff of this commit:
cvs rdiff -r1.62 -r1.63 src/sys/arch/i386/stand/Makefile.booters
cvs rdiff -r1.1 -r1.2 src/sys/arch/i386/stand/Makefile.inc
cvs rdiff -r1.25 -r1.26 src/sys/arch/i386/stand/boot/Makefile.boot
cvs rdiff -r1.19 -r1.20 src/sys/arch/i386/stand/bootxx/Makefile.bootxx
cvs rdiff -r1.9 -r1.10 src/sys/arch/i386/stand/pxeboot/Makefile

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