Subject: CVS commit: syssrc/sys/arch/arm26/conf
To: None <source-changes@netbsd.org>
From: Ben Harris <bjh21@netbsd.org>
List: source-changes
Date: 07/28/2001 16:48:33
Module Name:	syssrc
Committed By:	bjh21
Date:		Sat Jul 28 13:48:33 UTC 2001

Modified Files:
	syssrc/sys/arch/arm26/conf: Makefile.arm26

Log Message:
Use ld -N (OMAGIC), since this saves the 32k of RAM (by not putting a gap
between text and data) and means that loadfile only needs one backward seek
to load the file rather than two (which is important for gzipped kernels).


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 syssrc/sys/arch/arm26/conf/Makefile.arm26

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