Re: Merge request: more-mingw32-support

2011-09-14 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 07.09.2011 03:38, Mario Limonciello wrote: > Hello, > > I've assembled a small collection of patches that get mingw support a > little bit futher along, particularly for grub-setup. With these > patches i'm able to build a MinGW target by: > > # ./autogetn.sh > # CC=i586-mingw32msvc-gcc ./confi

Re: Merge request: more-mingw32-support

2011-09-14 Thread Mario Limonciello
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/06/2011 08:38 PM, Mario Limonciello wrote: > Hello, > > I've assembled a small collection of patches that get mingw support a little > bit futher along, particularly for grub-setup. With these patches i'm able to > build a MinGW target by: > >

Merge request: more-mingw32-support

2011-09-06 Thread Mario Limonciello
Hello, I've assembled a small collection of patches that get mingw support a little bit futher along, particularly for grub-setup. With these patches i'm able to build a MinGW target by: # ./autogetn.sh # CC=i586-mingw32msvc-gcc ./configure --host=i586-mingw32msvc # make grub-setup.exe The co