From owner-freebsd-stable@FreeBSD.ORG Sat Mar 10 16:39:56 2007 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 426E116A400 for ; Sat, 10 Mar 2007 16:39:56 +0000 (UTC) (envelope-from ota@j.email.ne.jp) Received: from mail.asahi-net.or.jp (mail1.asahi-net.or.jp [202.224.39.197]) by mx1.freebsd.org (Postfix) with ESMTP id 0C15113C46B for ; Sat, 10 Mar 2007 16:39:56 +0000 (UTC) (envelope-from ota@j.email.ne.jp) Received: from dynabook-freebsd.advok.com (pool-141-151-95-117.phlapa.east.verizon.net [141.151.95.117]) by mail.asahi-net.or.jp (Postfix) with ESMTP id C77522E825; Sun, 11 Mar 2007 01:39:51 +0900 (JST) Date: Sat, 10 Mar 2007 11:35:51 -0500 From: Yoshihiro Ota To: Danny Braniss Message-Id: <20070310113551.ef38ff83.ota@j.email.ne.jp> In-Reply-To: References: X-Mailer: Sylpheed version 2.2.9 (GTK+ 2.10.9; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org, Ivan Voras Subject: Re: Migrating from x86 (32) to amd64 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, 10 Mar 2007 16:39:56 -0000 On Sat, 10 Mar 2007 13:57:09 +0200 Danny Braniss wrote: > > Yoshihiro Ota wrote: > > > About one year ago, I was able to do the regular procedure after enabling i386 compat. > > > It was just another make world for me. > > > > > > options COMPAT_IA32 > > > > > > What I mean is: > > > > > > # 1. `cd /usr/src' (or to the directory containing your source tree). > > > # 2. `make buildworld' > > > # 3. `make buildkernel KERNCONF=3DYOUR_KERNEL_HERE' (default is GENERIC). > > > > But if you already have an i386 kernel running, wouldn't running "make > > buildkernel" just make another i386 kernel? > > try > make buildkernel TARGET_ARCH=amd64 KERNCONF=YOUR_KERNEL_HERE > > works for me, > danny > I believe I have done with TARGET_ARCH=amd64 or something on the line. As I've done it about a year ago, I don't recall some of these details. After a couple of months, I decided to switch back to i386. It was just to experiment amd64. I share the same executables among multiple systems (although there are only 2 or 3) to sync software versions. (It is not often but having diffrent versions of the same software causes some problems.) Since I have i386 machines, I cannot share amd64 binraries.