Date: Thu, 19 Apr 2001 14:24:36 -0700 From: "David O'Brien" <obrien@FreeBSD.org> To: John Baldwin <jhb@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, Doug Rabson <dfr@nlsystems.com> Subject: Re: cvs commit: src/sys/ia64/ia64 vm_machdep.c Message-ID: <20010419142436.A72789@dragon.nuxi.com> In-Reply-To: <XFMail.010419141631.jhb@FreeBSD.org>; from jhb@FreeBSD.org on Thu, Apr 19, 2001 at 02:16:31PM -0700 References: <20010419140652.B72450@dragon.nuxi.com> <XFMail.010419141631.jhb@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Apr 19, 2001 at 02:16:31PM -0700, John Baldwin wrote: > > Yuck. IIRC you could just run the host's brandelf. If not, send me an ^^^^^^ > I don't think we have a ia64 brandelf You're playing in a cross environment. Some terms: target - machine you are generating output for host - the machine you are running the toolchain on to generate output for the target. buildhost - machine you built the host's toolchain on. Where target != host != buildhost you have a "Candian Cross environment". Where target != (host == buildhost) you have a "normal" cross environment. 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?20010419142436.A72789>