From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1M5Nkv-0004GF-FD for mharc-grub-devel@gnu.org; Sat, 16 May 2009 13:33:05 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M5Nkt-0004EV-Dg for grub-devel@gnu.org; Sat, 16 May 2009 13:33:03 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M5Nko-00048x-9B for grub-devel@gnu.org; Sat, 16 May 2009 13:33:02 -0400 Received: from [199.232.76.173] (port=38429 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M5Nko-00048o-5d for grub-devel@gnu.org; Sat, 16 May 2009 13:32:58 -0400 Received: from moutng.kundenserver.de ([212.227.126.188]:62592) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M5Nkn-0006Ez-JK for grub-devel@gnu.org; Sat, 16 May 2009 13:32:57 -0400 Received: from [85.180.37.101] (e180037101.adsl.alicedsl.de [85.180.37.101]) by mrelayeu.kundenserver.de (node=mrelayeu5) with ESMTP (Nemesis) id 0ML25U-1M5Nkm3Eyk-0001WT; Sat, 16 May 2009 19:32:56 +0200 From: Felix Zielcke To: The development of GRUB 2 In-Reply-To: References: <1242490995.3701.3.camel@fz.local> <1242492751.3701.7.camel@fz.local> <1242494549.3701.8.camel@fz.local> <1242494724.4711.1.camel@accesodirecto.casa> Content-Type: text/plain; charset="UTF-8" Date: Sat, 16 May 2009 19:32:45 +0200 Message-Id: <1242495165.3701.9.camel@fz.local> Mime-Version: 1.0 X-Mailer: Evolution 2.26.1.1 Content-Transfer-Encoding: quoted-printable X-Provags-ID: V01U2FsdGVkX18bIHxY9DHswTRddvQtdGzFrip4TYT7k0fjD9I Wh/7fjfOryGgO4nGMjfwbCionW2z/6JvydFEFFwFh/FltZoXwL RFysdqufdg4/69IbQoeBIUbeo4Q2q05 X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. Subject: Re: can't compile r220 because of setjmp.S 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: Sat, 16 May 2009 17:33:03 -0000 Am Samstag, den 16.05.2009, 19:27 +0200 schrieb Vladimir 'phcoder' Serbinenko: > 2009/5/16 Javier Mart=C3=ADn : > > El s=C3=A1b, 16-05-2009 a las 19:22 +0200, Felix Zielcke escribi=C3=B3: > >> Am Samstag, den 16.05.2009, 18:52 +0200 schrieb Felix Zielcke: > >> > >> > As said on IRC, it seems like the -m32 was missing there, even thoug= h it > >> > should be set through the COMMON_CSFLAGS in i386-pc.rmk. > >> > But that did the trick in i386.rmk: > >> > > >> > -setjmp_mod_CFLAGS =3D $(COMMON_CFLAGS) > >> > +setjmp_mod_ASFLAGS =3D $(COMMON_ASFLAGS) > >> > >> Commited this change as Acked-by Vladimir on IRC. > > You only changed it in i386. Given that a .S file is always "compiled" > > by the assembler, shouldn't the change be applied to all other platform= s > > too? > > > True. I didn't see it was the same mistake in other arches as well. Nice = catch Changed now for the other arches too. --=20 Felix Zielcke