Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 05/05/1999 03:50:03
Module Name:	src
Committed By:	christos
Date:		Wed May  5 10:50:03 UTC 1999

Modified Files:
	src/sys/arch/sparc/conf: Makefile.sparc
Log Message:
Use -n for ELF. Using -N might work, but produces only one section.
No flags will not work, because it will produce a kernel loaded at 0xf0000000.
This is because the bfd ELF pagesize (in elf32-sparc.c) is 0x10000. Since
we need to load at 0xf0004000, we use -n.