From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1FW8fH-0002bl-50 for mharc-grub-devel@gnu.org; Wed, 19 Apr 2006 05:07:59 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FW8fF-0002be-Ig for grub-devel@gnu.org; Wed, 19 Apr 2006 05:07:57 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FW8fA-0002bS-PQ for grub-devel@gnu.org; Wed, 19 Apr 2006 05:07:56 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FW8fA-0002bP-ME for grub-devel@gnu.org; Wed, 19 Apr 2006 05:07:52 -0400 Received: from [212.85.152.101] (helo=kotoba.storever.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FW8gE-0002dK-M5 for grub-devel@gnu.org; Wed, 19 Apr 2006 05:08:58 -0400 Received: from kotoba.oasis.nexedi.com (kotoba.oasis.nexedi.com [212.85.152.101]) by kotoba.storever.com (Postfix) with ESMTP id A8B373C00628E for ; Wed, 19 Apr 2006 12:24:02 +0200 (CEST) Received: from [??1] (localhost [127.0.0.1]) by kotoba.storever.com (Postfix) with ESMTP id D5F8F3C00628A for ; Wed, 19 Apr 2006 12:23:59 +0200 (CEST) From: "Yoshinori K. Okuji" Organization: enbug.org To: The development of GRUB 2 Date: Wed, 19 Apr 2006 11:08:02 +0200 User-Agent: KMail/1.8.2 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200604191108.02850.okuji@enbug.org> X-Bogosity: No, tests=bogofilter, spamicity=0.479026, version=0.17.2 Subject: Re: [ppc patch] fix biarch linking X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Apr 2006 09:07:57 -0000 On Wednesday 19 April 2006 04:51, Hollis Blanchard wrote: > Could somebody please confirm that x86 still builds and works with this > patch? Thanks. It was necessary to add -nostdlib like you did for ppc. Then it seems fine. Okuji