From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1Mc4k3-0005FH-67 for mharc-grub-devel@gnu.org; Fri, 14 Aug 2009 17:55:19 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mc4k1-0005Ch-Nr for grub-devel@gnu.org; Fri, 14 Aug 2009 17:55:17 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mc4jx-00058v-6F for grub-devel@gnu.org; Fri, 14 Aug 2009 17:55:17 -0400 Received: from [199.232.76.173] (port=41673 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mc4jx-00058s-3F for grub-devel@gnu.org; Fri, 14 Aug 2009 17:55:13 -0400 Received: from c60.cesmail.net ([216.154.195.49]:11473) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_ARCFOUR_SHA1:16) (Exim 4.60) (envelope-from ) id 1Mc4jw-0008Ib-Ck for grub-devel@gnu.org; Fri, 14 Aug 2009 17:55:12 -0400 Received: from unknown (HELO smtprelay2.cesmail.net) ([192.168.1.112]) by c60.cesmail.net with ESMTP; 14 Aug 2009 17:55:11 -0400 Received: from [192.168.0.22] (static-72-92-88-10.phlapa.fios.verizon.net [72.92.88.10]) by smtprelay2.cesmail.net (Postfix) with ESMTPSA id E6ED434C6A for ; Fri, 14 Aug 2009 18:09:07 -0400 (EDT) From: Pavel Roskin To: The development of GRUB 2 In-Reply-To: <1250144693.2352.36.camel@ct> References: <1248932253.19712.20.camel@ct> <1250144693.2352.36.camel@ct> Content-Type: text/plain Date: Fri, 14 Aug 2009 17:55:08 -0400 Message-Id: <1250286908.8137.61.camel@mj> Mime-Version: 1.0 X-Mailer: Evolution 2.26.3 (2.26.3-1.fc11) Content-Transfer-Encoding: 7bit X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. Subject: Re: Patch to compile boot.img properly on OSX 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: Fri, 14 Aug 2009 21:55:17 -0000 On Thu, 2009-08-13 at 02:24 -0400, Pavel Roskin wrote: > > Since Yves is interested perhaps he could do the "dirty job" of > > applying repetitive fixes and testing different images? And submit a > > patch then? > > Fine with me. I have fixed the *.img files other than kernel.img, but there is still a lot of APPLE_CC in other *.S files, so there is enough work for everyone interested. Fixings lnxboot.S wasn't exactly trivial. By the way, it should be possible to remove -static from TARGET_IMG_CFLAGS if some data labels in lnxboot.S are also marked local. That's a good thing since my Darwin cross-compiler fails silently with -static trying to link kernel.exec. But I'd like to understand it better first. -- Regards, Pavel Roskin