From owner-freebsd-ppc@FreeBSD.ORG Fri Jan 25 07:30:57 2008 Return-Path: Delivered-To: powerpc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5CD9A16A417; Fri, 25 Jan 2008 07:30:57 +0000 (UTC) (envelope-from grehan@freebsd.org) Received: from dommail.onthenet.com.au (dommail.OntheNet.com.au [203.13.70.57]) by mx1.freebsd.org (Postfix) with ESMTP id BBA9A13C448; Fri, 25 Jan 2008 07:30:56 +0000 (UTC) (envelope-from grehan@freebsd.org) Received: from excfreebsd.hq.netapp.com (nat-198-95-226-228.netapp.com [198.95.226.228]) by dommail.onthenet.com.au (MOS 3.7.5a-GA) with ESMTP id DMS92991 (AUTH peterg@ptree32.com.au); Fri, 25 Jan 2008 17:30:49 +1000 (EST) Message-ID: <4799901D.2050206@freebsd.org> Date: Thu, 24 Jan 2008 23:30:37 -0800 From: Peter Grehan User-Agent: Thunderbird 2.0.0.0 (X11/20070525) MIME-Version: 1.0 To: "M. Warner Losh" References: <20080125.000842.-1572316594.imp@bsdimp.com> In-Reply-To: <20080125.000842.-1572316594.imp@bsdimp.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: powerpc@freebsd.org Subject: Re: Small buglet in binutils build X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: grehan@freebsd.org List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jan 2008 07:30:57 -0000 Hi Warner, > The effect of this is that anything that's in elf_fbsd.sh doesn't get > included. > > Any objections to my correcting this oversight? Not from me, though: %cat contrib/binutils/ld/emulparams/elf_fbsd.sh ELF_INTERPRETER_NAME=\"/usr/libexec/ld-elf.so.1\" .. that's wrong but it doesn't appear to be used. later, Peter.