From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1FlCFG-00018U-Qe for mharc-grub-devel@gnu.org; Tue, 30 May 2006 17:59:22 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FlCFE-00018P-Sw for grub-devel@gnu.org; Tue, 30 May 2006 17:59:20 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FlCFC-00018D-Gh for grub-devel@gnu.org; Tue, 30 May 2006 17:59:19 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FlCFC-00018A-Aw for grub-devel@gnu.org; Tue, 30 May 2006 17:59:18 -0400 Received: from [66.111.4.27] (helo=out3.smtp.messagingengine.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FlCL4-00017W-Nx for grub-devel@gnu.org; Tue, 30 May 2006 18:05:22 -0400 Received: from frontend3.internal (frontend3.internal [10.202.2.152]) by frontend1.messagingengine.com (Postfix) with ESMTP id A3BBFD6873F for ; Tue, 30 May 2006 17:59:16 -0400 (EDT) Received: from heartbeat2.messagingengine.com ([10.202.2.161]) by frontend3.internal (MEProxy); Tue, 30 May 2006 17:59:17 -0400 X-Sasl-enc: os6z77CnDwRWfDTkvqxgoEvQFosq7olLRTeMlFrWJ2nL 1149026357 Received: from basalt-009053041185.austin.ibm.com (pixpat.austin.ibm.com [192.35.232.241]) by mail.messagingengine.com (Postfix) with ESMTP id 624294E4 for ; Tue, 30 May 2006 17:59:17 -0400 (EDT) From: Hollis Blanchard To: The development of GRUB 2 In-Reply-To: <86r72aetee.fsf@baz.foobar-qux.org> References: <447CB449.9080901@nic.fi> <1149023752.7177.86.camel@basalt.austin.ibm.com> <86r72aetee.fsf@baz.foobar-qux.org> Content-Type: text/plain Date: Tue, 30 May 2006 17:00:03 -0500 Message-Id: <1149026404.7177.103.camel@basalt.austin.ibm.com> Mime-Version: 1.0 X-Mailer: Evolution 2.6.1 (2.6.1-1.fc5.2) Content-Transfer-Encoding: 7bit Subject: Re: [patch] Fix for building correct code on i386-pc (CVS-HEAD) 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: Tue, 30 May 2006 21:59:21 -0000 On Tue, 2006-05-30 at 22:59 -0500, Harley D. Eades III wrote: > > http://lists.gnu.org/archive/html/grub-devel/2006-05/msg00106.html "host" and "target" are unclear to me here. For example, grub-emu would be compiled for the "host", but grub itself would be for the "target"? When would you ever want to build things differently like that? Or is this just so you can specify "host" build flags which are totally separate from "target" flags (since the target is built as a freestanding executable)? In that case, in Vesa's patch, CFLAGS shouldn't need any of these, right? -fno-builtin -mrtd -mregparm=3 -Hollis