From owner-cvs-all Thu Apr 19 14:44: 5 2001 Delivered-To: cvs-all@freebsd.org Received: from meow.osd.bsdi.com (meow.osd.bsdi.com [204.216.28.88]) by hub.freebsd.org (Postfix) with ESMTP id 8EE0137B42C; Thu, 19 Apr 2001 14:43:58 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from laptop.baldwin.cx (john@jhb-laptop.osd.bsdi.com [204.216.28.241]) by meow.osd.bsdi.com (8.11.2/8.11.2) with ESMTP id f3JLhpG99057; Thu, 19 Apr 2001 14:43:51 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20010419142436.A72789@dragon.nuxi.com> Date: Thu, 19 Apr 2001 14:43:15 -0700 (PDT) From: John Baldwin To: "David O'Brien" Subject: Re: cvs commit: src/sys/ia64/ia64 vm_machdep.c Cc: Doug Rabson , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 19-Apr-01 David O'Brien wrote: > 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. I was worried that the host brandelf would not parse ia64 ELF, but it seems to work ok: > brandelf sh File 'sh' is of brand 'Linux' (3). I guess an ELF is an ELF is an ELF. -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/pgpkey.asc "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