From owner-cvs-all Wed Oct 2 8:56:13 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C97B437B401 for ; Wed, 2 Oct 2002 08:56:11 -0700 (PDT) Received: from mail.speakeasy.net (mail11.speakeasy.net [216.254.0.211]) by mx1.FreeBSD.org (Postfix) with ESMTP id D850E43E65 for ; Wed, 2 Oct 2002 08:56:04 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (qmail 21792 invoked from network); 2 Oct 2002 15:56:04 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) by mail11.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 2 Oct 2002 15:56:04 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.5/8.12.5) with ESMTP id g92FtxBv014247; Wed, 2 Oct 2002 11:56:01 -0400 (EDT) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20021002083538.A95394@FreeBSD.org> Date: Wed, 02 Oct 2002 11:56:02 -0400 (EDT) From: John Baldwin To: Juli Mallett Subject: Re: cvs commit: src/lib/libdisk create_chunk.c disk.c rules.c wr Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, Takahashi Yoshihiro , Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 02-Oct-2002 Juli Mallett wrote: > * De: Poul-Henning Kamp [ Data: 2002-10-02 ] > [ Subjecte: Re: cvs commit: src/lib/libdisk create_chunk.c disk.c rules.c write_disk.c > src/sbin/disklabel disklabel.c src/sbin/fdisk fdisk.c src/sys/boot/i386/boot2 boot2.c src/sys/boo >> In message <20021002.160432.78788102.nyan@jp.FreeBSD.org>, Takahashi Yoshihiro >> writes: >> >In article <47663.1033535809@critter.freebsd.dk> >> >Poul-Henning Kamp writes: >> > >> >> I'm doing my best, but a cross compile buildworld to pc98 does not >> >> work for me and I have no PC98 hardware I can run a native buildworld >> >> on. >> >> >> >> make -j 10 buildworld TARGET_ARCH=pc98 __MAKE_CONF=/dev/null >> > >> >This is a mistake. >> >Please run the following. >> > >> >make buildworld TARGET=pc98 TARGET_ARCH=i386 >> >> It is counter intuitive that PC98 has its own kind of cross-building, >> is there any way we can make it work like the rest without too much >> work ? > > Makefile.inc1 should be able to see TARGET_ARCH=pc98 and adjust things > to what works. Nah, that would be a hack. We have this nice concept of multiple models on a given architecture, pc98 just happens to be the only consumer thus far. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message