Subject: Re: building CURRENT on netbsd-3-0-RELEASE failed
To: Oliver Peter <ollie@vader.homeunix.org>
From: Quentin Garnier <cube@cubidou.net>
List: current-users
Date: 06/07/2006 14:27:20
--3XA6nns4nE4KvaS/
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Wed, Jun 07, 2006 at 01:16:44PM +0200, Oliver Peter wrote:
> Dear friends,
>=20
> 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+=3D-pipe -march=3Dpentium3

This is the cause.  -march=3Dpentium3 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.

--=20
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.

--3XA6nns4nE4KvaS/
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (NetBSD)

iQEVAwUBRIbGKNgoQloHrPnoAQLxNQgAkCt2kGh7DRYTbK9DjEjhJbnJuG3uMTMV
CvZ9Pqb36LqAl2W1lzxtmO7Z2an/5xWgpM2DN00oFV7t0kLyKdmI+8nIb6o4FMey
J0TbrXV4vUJDMRCgj3ZbEUgmqhP99Sxek8iiihT5yylRyNeP9vJBr7vzi0rfTMrX
Peh6iuyhjOL6Nx+XzXs5Fd9KgPZypmnLEmO9cZEu2SxS05sayYuY3ugZq0NcD8ub
vfMMIswiX9/hoWcs3K/CNhKZDpV8FPRP1J5QtmHqaEfGAkz4zBhwA/GP41oq28Gr
4cofQfn2xIMnQiJ/GMUrgga5ZPObSSXAUR3wsVf0D97ZViOa/YQVog==
=8EhE
-----END PGP SIGNATURE-----

--3XA6nns4nE4KvaS/--