Re: bug: cygwin support breaks cross compiles on cygwin

2008-08-09 Thread Christian Franke
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

Re: bug: cygwin support breaks cross compiles on cygwin

2008-08-09 Thread Felix Zielcke
Hello, 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 wai

Re: bug: cygwin support breaks cross compiles on cygwin

2008-08-08 Thread Christian Franke
Felix Zielcke wrote: Hello, Am Freitag, den 08.08.2008, 14:59 +0200 schrieb Christian Franke: No, grub-pe2elf is build and installed even if is not necessary for the build process. This should be no problem. Well it's the same as with that --enable-debug thingy ;) In our Debian tru

Re: bug: cygwin support breaks cross compiles on cygwin

2008-08-08 Thread Felix Zielcke
Hello, Am Freitag, den 08.08.2008, 14:59 +0200 schrieb Christian Franke: > > No, grub-pe2elf is build and installed even if is not necessary for the > build process. This should be no problem. > Well it's the same as with that --enable-debug thingy ;) In our Debian trunk SVN I already commite

Re: bug: cygwin support breaks cross compiles on cygwin

2008-08-08 Thread Christian Franke
Robert Millan wrote: On Fri, Aug 08, 2008 at 11:03:49AM +0200, Patrick Georgi wrote: Hi, I used cygwin to build grub2/i386-coreboot using an i386-elf cross compiler. unfortunately the test in configure only looks for the host platform and enables pe2elf in that case, even though my compile

Re: bug: cygwin support breaks cross compiles on cygwin

2008-08-08 Thread Robert Millan
On Fri, Aug 08, 2008 at 11:03:49AM +0200, Patrick Georgi wrote: > Hi, > > I used cygwin to build grub2/i386-coreboot using an i386-elf cross > compiler. unfortunately the test in configure only looks for the host > platform and enables pe2elf in that case, even though my compiler emits > ELF al

Re: bug: cygwin support breaks cross compiles on cygwin

2008-08-08 Thread Christian Franke
Patrick Georgi wrote: Hi, I used cygwin to build grub2/i386-coreboot using an i386-elf cross compiler. unfortunately the test in configure only looks for the host platform and enables pe2elf in that case, even though my compiler emits ELF already. my workaround is to just change that test (

Re: bug: cygwin support breaks cross compiles on cygwin

2008-08-08 Thread Bean
On Fri, Aug 8, 2008 at 5:03 PM, Patrick Georgi <[EMAIL PROTECTED]> wrote: > Hi, > > I used cygwin to build grub2/i386-coreboot using an i386-elf cross compiler. > unfortunately the test in configure only looks for the host platform and > enables pe2elf in that case, even though my compiler emits EL

bug: cygwin support breaks cross compiles on cygwin

2008-08-08 Thread Patrick Georgi
Hi, I used cygwin to build grub2/i386-coreboot using an i386-elf cross compiler. unfortunately the test in configure only looks for the host platform and enables pe2elf in that case, even though my compiler emits ELF already. my workaround is to just change that test (there's no OS cyg_win),