On Wed, Jun 07, 2006 at 01:16:44PM +0200, Oliver Peter
wrote:
> Dear friends,
>
> This night I tried to build -CURRENT on my 3-0-RELEASE.
> It failed and I can't find the error.
> Maybe there's someone how wants to help me to fix the
error.
[...]
> ### bootxx_msdos size 7708 is larger than 7680
This is the error.
> CFLAGS+=-pipe -march=pentium3
This is the cause. -march=pentium3 produces slightly larger
code, which
makes the bootblocks explode.
You really want to drop that flag from CFLAGS, CXXFLAGS and
COPTS, and
put it in CPUFLAGS instead. That way it will only be used
when it is
actually relevant.
--
Quentin Garnier - cube cubidou.net - cube NetBSD.org
"When I find the controls, I'll go where I like,
I'll know where I want
to be, but maybe for now I'll stay right here on a silent
sea."
KT Tunstall, Silent Sea, Eye to the Telescope, 2004.
|