Subject: Re: CVS commit: syssrc/sys/arch
To: Luke Mewburn <lukem@netbsd.org>
From: Jason R Thorpe <thorpej@wasabisystems.com>
List: source-changes
Date: 08/27/2002 08:39:19
On Tue, Aug 27, 2002 at 11:53:19AM +0300, Luke Mewburn wrote:

 > Module Name:	syssrc
 > Committed By:	lukem
 > Date:		Tue Aug 27 08:53:18 UTC 2002
 > 
 > Modified Files:
 > 	syssrc/sys/arch/alpha/stand: Makefile.inc
 > 	syssrc/sys/arch/hp300/stand/mkboot: Makefile
 > 	syssrc/sys/arch/i386/stand/installboot: Makefile
 > 	syssrc/sys/arch/mipsco/stand: Makefile.inc
 > 	syssrc/sys/arch/mmeye/stand/bootelf: Makefile
 > 	syssrc/sys/arch/mvme68k/stand/installboot: Makefile
 > 	syssrc/sys/arch/pmax/stand: Makefile.inc
 > 	syssrc/sys/arch/vax/stand: Makefile.inc
 > 	syssrc/sys/arch/x68k/stand/installboot: Makefile
 > 
 > Log Message:
 > arch/*/stand stuff should be LDSTATIC=-static and not LDSTATIC?=-static.
 > It doesn't make sense to have standalone stuff dynamically linked just
 > because an end-user uses LDSTATIC="".

Thinks like "installboot" and "mkboot" don't need to be static, although
"installboot" should probably be included in /rescue.

("mkboot" is actually a host tool.)

-- 
        -- Jason R. Thorpe <thorpej@wasabisystems.com>