Subject: CVS commit: syssrc/sys/arch/i386/stand
To: None <source-changes@netbsd.org>
From: Thor Lancelot Simon <tls@netbsd.org>
List: source-changes
Date: 09/24/2001 02:43:29
Module Name:	syssrc
Committed By:	tls
Date:		Sun Sep 23 23:43:29 UTC 2001

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

Log Message:
GCC 2.95 generates significantly larger code with -O2 than our old compiler did; this can cause the second-stage bootblock to exceed the number of blocks that fit in the list in the first-stage bootblock.  I thought we used to explicitly set -Os in here; anyway, with this change, we do now!


To generate a diff of this commit:
cvs rdiff -r1.28 -r1.29 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.