From owner-freebsd-stable@FreeBSD.ORG Wed Nov 30 10:22:59 2005 Return-Path: X-Original-To: freebsd-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 B741116A420 for ; Wed, 30 Nov 2005 10:22:59 +0000 (GMT) (envelope-from paul.lkw@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5992D43D53 for ; Wed, 30 Nov 2005 10:22:59 +0000 (GMT) (envelope-from paul.lkw@gmail.com) Received: by zproxy.gmail.com with SMTP id 9so1684451nzo for ; Wed, 30 Nov 2005 02:22:58 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=hufM864W/XN9X1FOBy3QABwl5g9bA8xFZoU4E+bg5Yd+0MaANcNhfuMVrqZtRJa+2bnwZy/pvzWkh3LPghCog17/e7vHNWAgA7dDAUMmVgWxMLiS0/24K1ax5n60MN4RbUXzUWpwgJdLYcOHpeL7Du13EbGTlpfHcNGJVvVRQOE= Received: by 10.65.123.16 with SMTP id a16mr14258qbn; Wed, 30 Nov 2005 02:22:58 -0800 (PST) Received: by 10.65.113.13 with HTTP; Wed, 30 Nov 2005 02:22:58 -0800 (PST) Message-ID: Date: Wed, 30 Nov 2005 18:22:58 +0800 From: "Paul.LKW" To: freebsd-stable@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: Any method to cross build and install to local box 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: Wed, 30 Nov 2005 10:22:59 -0000 Hello all: As I known FreeBSD has a function called cross-build, which can be build from architecture i386 to Architecture amd64 or wise versa. But I have freebsd 4.11 (it must be i386 arch.) installed on a AMD-64 mechine and upgraded to 5.4 and want upgrade to 6.0 stable then. Can I completely change the OS's arch. via the upgrade process (Not Clean Install) via the following make: make buildworld TARGET_ARCH=3DAMD64 make buildkernel TARGET_ARCH=3DAMD64 make installkernel TARGET_ARCH=3DAMD64 mergemaster -p make installworld TARGET_ARCH=3DAMD64