Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: syssrc



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.



Home | Main Index | Thread Index | Old Index