From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1FlCMn-00050e-Tp for mharc-grub-devel@gnu.org; Tue, 30 May 2006 18:07:09 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FlCMm-00050S-Fh for grub-devel@gnu.org; Tue, 30 May 2006 18:07:08 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FlCMk-00050G-1w for grub-devel@gnu.org; Tue, 30 May 2006 18:07:07 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FlCMj-00050D-RN for grub-devel@gnu.org; Tue, 30 May 2006 18:07:05 -0400 Received: from [194.109.24.25] (helo=smtp-vbr5.xs4all.nl) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FlCSc-0001ie-A3 for grub-devel@gnu.org; Tue, 30 May 2006 18:13:10 -0400 Received: from localhost.localdomain (249-174.surfsnel.dsl.internl.net [145.99.174.249]) by smtp-vbr5.xs4all.nl (8.13.6/8.13.6) with ESMTP id k4UM71x3068756 for ; Wed, 31 May 2006 00:07:02 +0200 (CEST) (envelope-from mgerards@xs4all.nl) From: Marco Gerards To: The development of GRUB 2 References: <447CB449.9080901@nic.fi> Mail-Copies-To: mgerards@xs4all.nl Date: Wed, 31 May 2006 00:10:07 +0200 In-Reply-To: <447CB449.9080901@nic.fi> (Vesa =?iso-8859-1?Q?J=E4=E4skel=E4?= =?iso-8859-1?Q?inen's?= message of "Wed, 31 May 2006 00:08:25 +0300") Message-ID: <87wtc3f9kw.fsf@xs4all.nl> User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Scanned: by XS4ALL Virus Scanner 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 22:07:08 -0000 Vesa J=E4=E4skel=E4inen writes: Hi Vesa, > Attached patch fixes problems for compiling correct code on i386-pc... > other platforms needs to be modified similarly too... Isn't this also required for the kernel? How about replacing the module specific CLFAGs, instead of adding TARGET_CFLAG? I assume the old one isn't used anymore... -- Marco