From owner-freebsd-stable@FreeBSD.ORG Sat Nov 19 18:43:22 2005 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E33D216A41F for ; Sat, 19 Nov 2005 18:43:22 +0000 (GMT) (envelope-from joseph.koshy@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E7F543D45 for ; Sat, 19 Nov 2005 18:43:22 +0000 (GMT) (envelope-from joseph.koshy@gmail.com) Received: by xproxy.gmail.com with SMTP id s9so375146wxc for ; Sat, 19 Nov 2005 10:43:21 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=rJubpXWuk8beD/uq1ErUDaey/np0PEy+E36SPnP/7czadzhrHs3wmul0oncb+l2ptJynC2bXHdCiW7hV6VNePVDk3I9Gwn8uNV5O2UdxmVxFf4Qq2rBFIf5TE0ufZTRGpoJTTzKiuHxStrkv9CKHLEG+M/C0wHr4xXi/TFsEf2g= Received: by 10.70.74.2 with SMTP id w2mr782212wxa; Sat, 19 Nov 2005 10:43:20 -0800 (PST) Received: by 10.70.105.13 with HTTP; Sat, 19 Nov 2005 10:43:20 -0800 (PST) Message-ID: <84dead720511191043u26808efcn54987c99407500e0@mail.gmail.com> Date: Sun, 20 Nov 2005 00:13:20 +0530 From: Joseph Koshy To: Brandon Fosdick In-Reply-To: <437F6E41.2040504@bfoz.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <437F6E41.2040504@bfoz.net> Cc: stable@freebsd.org, =?ISO-8859-1?Q?Eirik_=D8verby?= Subject: Re: Centralized building X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Nov 2005 18:43:23 -0000 > AFAICT cross-compiling amd64 on a i386 machine isn't supported > yet. I ran into a similar problem when I upgraded an i386 > machine to amd64. I thought I could just set CPUTYPE=3Dathlon-64 > and buildworld would do the right thing. Apparently not. Bootstrapping a single machine is supported: # make buildworld TARGET_ARCH=3Dnew-arch plus a few other steps. (See build(7)). There have been a couple of postings on the mailing lists on this topic in the recent past. I've taken a stab at describing how to cross-bootstrap too: http://edoofus.blogspot.com/2005/10/cross-building-freebsd.html The OP wanted to do a 'buildworld TARGET_ARCH=3Dfoo' on one machine and then an 'installworld' on a different set of machines. -- FreeBSD Volunteer, http://people.freebsd.org/~jkoshy