From owner-cvs-all Thu Apr 19 14:24:44 2001 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [209.152.133.57]) by hub.freebsd.org (Postfix) with ESMTP id 439D437B424; Thu, 19 Apr 2001 14:24:38 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.3/8.11.1) id f3JLObv72989; Thu, 19 Apr 2001 14:24:37 -0700 (PDT) (envelope-from obrien) Date: Thu, 19 Apr 2001 14:24:36 -0700 From: "David O'Brien" To: John Baldwin Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, Doug Rabson Subject: Re: cvs commit: src/sys/ia64/ia64 vm_machdep.c Message-ID: <20010419142436.A72789@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <20010419140652.B72450@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from jhb@FreeBSD.org on Thu, Apr 19, 2001 at 02:16:31PM -0700 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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