Subject: Re: CVS commit: syssrc
To: None <shin@netbsd.org>
From: Simon Burge <simonb@netbsd.org>
List: source-changes
Date: 12/31/1999 18:46:05
Takao Shinohara wrote:
>
> Module Name: syssrc
> Committed By: shin
> Date: Sat Jan 1 02:15:38 UTC 2000
>
> Modified Files:
>
> syssrc/sys/arch/hpcmips/conf: Makefile.hpcmips
>
> Log Message:
>
> compile kernel with
> -mips2 -G 32
> for size reduction. Suggested by Castor Fu.
For code size, see what difference -Os makes as well. Look at the pmax
bootblocks makefile in ../arch/pmax/stand for other options I used to
make the bootblocks as small as possible.. From memory -mmemcpy saves
quite a bit because it doesn't inline the copies...
Simon.