Subject: CVS commit: syssrc/sys/arch/i386/stand
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 03/20/2002 00:03:38
Module Name:	syssrc
Committed By:	thorpej
Date:		Tue Mar 19 22:03:38 UTC 2002

Modified Files:
	syssrc/sys/arch/i386/stand: Makefile.booters

Log Message:
Make sure we override any optimization options specified by the
user; the boot blocks don't work when built with e.g. -mcpu=i486
(probably due to how branches are aligned in that case, causing
segment boundaries to be crossed).


To generate a diff of this commit:
cvs rdiff -r1.32 -r1.33 syssrc/sys/arch/i386/stand/Makefile.booters

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