From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1M5Nan-0000K6-LY for mharc-grub-devel@gnu.org; Sat, 16 May 2009 13:22:37 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M5Nal-0000Hb-Ah for grub-devel@gnu.org; Sat, 16 May 2009 13:22:35 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M5Nah-0000F0-Uk for grub-devel@gnu.org; Sat, 16 May 2009 13:22:35 -0400 Received: from [199.232.76.173] (port=42162 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M5Nah-0000El-MZ for grub-devel@gnu.org; Sat, 16 May 2009 13:22:31 -0400 Received: from moutng.kundenserver.de ([212.227.126.188]:56792) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M5Nah-0004n4-38 for grub-devel@gnu.org; Sat, 16 May 2009 13:22:31 -0400 Received: from [85.180.37.101] (e180037101.adsl.alicedsl.de [85.180.37.101]) by mrelayeu.kundenserver.de (node=mreu0) with ESMTP (Nemesis) id 0MKuxg-1M5Nag1NvS-0000lm; Sat, 16 May 2009 19:22:30 +0200 From: Felix Zielcke To: The development of GRUB 2 In-Reply-To: <1242492751.3701.7.camel@fz.local> References: <1242490995.3701.3.camel@fz.local> <1242492751.3701.7.camel@fz.local> Content-Type: text/plain Date: Sat, 16 May 2009 19:22:29 +0200 Message-Id: <1242494549.3701.8.camel@fz.local> Mime-Version: 1.0 X-Mailer: Evolution 2.26.1.1 Content-Transfer-Encoding: 7bit X-Provags-ID: V01U2FsdGVkX1/2pTZvLME8iDCRhYchs1j25doZ0CJF2QHLg0w URgj1J2oiYe0C3KFrdNNyN0buzeTORZY210q5A68j3DPeJe3PC zNPn4vvvUZvuAh2IMUSew== 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:22:35 -0000 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 though it > should be set through the COMMON_CSFLAGS in i386-pc.rmk. > But that did the trick in i386.rmk: > > -setjmp_mod_CFLAGS = $(COMMON_CFLAGS) > +setjmp_mod_ASFLAGS = $(COMMON_ASFLAGS) Commited this change as Acked-by Vladimir on IRC. -- Felix Zielcke