Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Chris G. Demetriou <cgd@netbsd.org>
List: source-changes
Date: 03/30/1999 18:52:12
Module Name:	src
Committed By:	cgd
Date:		Wed Mar 31 02:52:12 UTC 1999

Modified Files:
	src/sys/arch/alpha/stand: Makefile.bootprogs
	src/sys/arch/alpha/stand/boot: Makefile
	src/sys/arch/alpha/stand/bootxx: Makefile
	src/sys/arch/alpha/stand/netboot: Makefile
Added Files:
	src/sys/arch/alpha/stand/common: checksize.sh
Removed Files:
	src/sys/arch/alpha/stand/common: headersize.c
Log Message:
Compile with -Os (optimize for size).
Clean up the "Region 1" related definitions, and define load addresses,
max load size, and max total size for as many boot block types as we can.
(types = unified, primary, secondary).  We can't always define all
values for all boot blocks, though.
Make CPP flags selection less gross.
Use objcopy rather than headersize (yay, evil gets a stake to the heart!).
Use a little shell script to verify that the sizes of the boot blocks are OK.
Do not compile too much more of libsa than we actually have to.