Source-Changes-D archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src/sys/arch/sparc/stand/bootxx
> > Modified Files:
> > src/sys/arch/sparc/stand/bootxx: bootxx.c
> >
> > Log Message:
> > Now that the stand/ code was converted to use memcpy(), the private
> > implementation of bcopy() needs to become memcpy() as well. The
> > simpler local implementation is needed so that the boot code doesn't
> > overflow the available space.
>
> Hmm, that's because sparc/stand/Makefile.buildboot doesn't have
> -Os (which enables __OPTIMIZE_SIZE__) but -O2.
>
> Maybe it's worth to try -Os and remove the local one.
I'll try that variant, and see if it works.
Regards,
- Håvard
Home |
Main Index |
Thread Index |
Old Index