From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1KRoC4-0000ey-5A for mharc-grub-devel@gnu.org; Sat, 09 Aug 2008 09:09:16 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KRoC2-0000dM-Bw for grub-devel@gnu.org; Sat, 09 Aug 2008 09:09:14 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KRoC0-0000c0-Q4 for grub-devel@gnu.org; Sat, 09 Aug 2008 09:09:14 -0400 Received: from [199.232.76.173] (port=44188 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KRoC0-0000bq-K1 for grub-devel@gnu.org; Sat, 09 Aug 2008 09:09:12 -0400 Received: from mailout05.t-online.de ([194.25.134.82]:58259) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KRoC0-0006UW-5V for grub-devel@gnu.org; Sat, 09 Aug 2008 09:09:12 -0400 Received: from fwd34.aul.t-online.de by mailout05.sul.t-online.de with smtp id 1KRoBy-00083L-01; Sat, 09 Aug 2008 15:09:10 +0200 Received: from [10.3.2.2] (EetVUsZfrhMYymtVhEboUJAxRTKzAm54ntcQ5GqE+K02d1A58roqpGjCw5rlmgPg2v@[217.235.224.161]) by fwd34.aul.t-online.de with esmtp id 1KRoBm-1ANzDU0; Sat, 9 Aug 2008 15:08:58 +0200 Message-ID: <489D96E8.1050205@t-online.de> Date: Sat, 09 Aug 2008 15:08:56 +0200 From: Christian Franke User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.16) Gecko/20080702 SeaMonkey/1.1.11 MIME-Version: 1.0 To: The development of GRUB 2 References: <20080808110942.GA14136@thorin> <489C431F.3020809@t-online.de> <1218202654.4203.7.camel@fz.local> <489CB710.6020902@t-online.de> <1218273647.4242.15.camel@fz.local> In-Reply-To: <1218273647.4242.15.camel@fz.local> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-ID: EetVUsZfrhMYymtVhEboUJAxRTKzAm54ntcQ5GqE+K02d1A58roqpGjCw5rlmgPg2v X-TOI-MSGID: 47c66c6b-5fa7-467b-93f6-0984437575de X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) Subject: Re: bug: cygwin support breaks cross compiles on cygwin 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, 09 Aug 2008 13:09:14 -0000 Felix Zielcke wrote: > Am Freitag, den 08.08.2008, 23:13 +0200 schrieb Christian Franke: > >> I agree. I posted a patch which handles both grub.d/10_windows and >> grub-pe2elf. >> >> > > Thanks I even saw that mail before this. > I even reverted now my rm -f 10_windows change to current Debian trunk, > but to commit I wait untill your patch is commited upstream ;) > > > > Done. The quick fix for the cross-compiler problem is also included. Does not actually check the output format of the target compiler, but should work for now. Christian