From owner-freebsd-current@FreeBSD.ORG Thu Aug 28 13:12:25 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9AE7116A4BF for ; Thu, 28 Aug 2003 13:12:25 -0700 (PDT) Received: from obsecurity.dyndns.org (adsl-64-169-107-97.dsl.lsan03.pacbell.net [64.169.107.97]) by mx1.FreeBSD.org (Postfix) with ESMTP id 613C843FD7 for ; Thu, 28 Aug 2003 13:12:24 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: from rot13.obsecurity.org (rot13.obsecurity.org [10.0.0.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id 2C05E66B04; Thu, 28 Aug 2003 13:12:21 -0700 (PDT) Received: by rot13.obsecurity.org (Postfix, from userid 1000) id 074FA9B9; Thu, 28 Aug 2003 13:12:21 -0700 (PDT) Date: Thu, 28 Aug 2003 13:12:20 -0700 From: Kris Kennaway To: Dimitry Andric Message-ID: <20030828201220.GA26409@rot13.obsecurity.org> References: <1947473743.20030828215513@xs4all.nl> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="jRHKVT23PllUwdXP" Content-Disposition: inline In-Reply-To: <1947473743.20030828215513@xs4all.nl> User-Agent: Mutt/1.4.1i cc: FreeBSD Current List Subject: Re: Generating PPro instructions with CPUTYPE=i586? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Aug 2003 20:12:25 -0000 --jRHKVT23PllUwdXP Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Aug 28, 2003 at 09:55:13PM +0200, Dimitry Andric wrote: > While trying to build a -CURRENT release for my aging Pentium 150 > router box on my substantially faster Athlon XP box, I ran into the > following problem. >=20 > I'm using CPUTYPE=3Di586 in /etc/make.conf, since the target box is not > even capable of doing MMX. However, when the build is complete and I > try to installkernel on the target box, the install tools all bomb out > with SIGILLs. For example, Host tools (used for the installworld ) are linked against the existing host libraries, which in your case are compiled for an athlon. If you want to install on another system, you need to build world (or at least the static libraries) on your athlon without optimizations. Kris --jRHKVT23PllUwdXP Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (FreeBSD) iD8DBQE/TmIkWry0BWjoQKURAtK2AKDcaGZ4sgLAdeMGi6vKP/2rYjVBywCgzerO GK4uYOlL9b8mY3Wees2HwQM= =SR6T -----END PGP SIGNATURE----- --jRHKVT23PllUwdXP--