Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Oct 2002 17:49:34 +1000 (EST)
From:      Bruce Evans <bde@zeta.org.au>
To:        Poul-Henning Kamp <phk@critter.freebsd.dk>
Cc:        Takahashi Yoshihiro <nyan@jp.FreeBSD.org>, <cvs-committers@FreeBSD.org>, <cvs-all@FreeBSD.org>
Subject:   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/boot/i386/libi386 biosdisk.c sr
Message-ID:  <20021002174210.Y4690-100000@gamplex.bde.org>
In-Reply-To: <67296.1033542454@critter.freebsd.dk>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 2 Oct 2002, Poul-Henning Kamp wrote:

> In message <20021002.160432.78788102.nyan@jp.FreeBSD.org>, Takahashi Yoshihiro
> >[the correct method for cross-building pc98 is]
> >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 ?

This seems intuitive to me.  pc98 has ${MACHINE} != ${MACHINE_ARCH}, so you
obviously need to set 2 things for cross-building.  ${TARGET} defaults to
${TARGET_ARCH} for cross-building, and that cannot work for pc98.

Bruce


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021002174210.Y4690-100000>