All of lore.kernel.org
 help / color / mirror / Atom feed
* Merge request: more-mingw32-support
@ 2011-09-07  1:38 Mario Limonciello
  2011-09-14 17:12 ` Mario Limonciello
  2011-09-14 17:35 ` Vladimir 'φ-coder/phcoder' Serbinenko
  0 siblings, 2 replies; 3+ messages in thread
From: Mario Limonciello @ 2011-09-07  1:38 UTC (permalink / raw)
  To: grub-devel@gnu.org


[-- Attachment #1.1: Type: text/plain, Size: 1156 bytes --]

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 collection is at this URL :
https://code.launchpad.net/~superm1/grub/more-mingw32-support <https://code.launchpad.net/%7Esuperm1/grub/more-mingw32-support>
And can be merged from lp:~superm1/grub/more-mingw32-support

Specifically here are links for the individual patches:
http://bazaar.launchpad.net/~superm1/grub/more-mingw32-support/revision/3423
http://bazaar.launchpad.net/~superm1/grub/more-mingw32-support/revision/3424
http://bazaar.launchpad.net/~superm1/grub/more-mingw32-support/revision/3425
http://bazaar.launchpad.net/~superm1/grub/more-mingw32-support/revision/3426
http://bazaar.launchpad.net/~superm1/grub/more-mingw32-support/revision/3427

If requested, i'll be happy to resend all of these as individual patches to the mailing list as well.

Thanks,

-- 
*Mario Limonciello*
Linux Engineer
*Dell*| OS Engineering

[-- Attachment #1.2: Type: text/html, Size: 3538 bytes --]

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 262 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Merge request: more-mingw32-support
  2011-09-07  1:38 Merge request: more-mingw32-support Mario Limonciello
@ 2011-09-14 17:12 ` Mario Limonciello
  2011-09-14 17:35 ` Vladimir 'φ-coder/phcoder' Serbinenko
  1 sibling, 0 replies; 3+ messages in thread
From: Mario Limonciello @ 2011-09-14 17:12 UTC (permalink / raw)
  To: grub-devel@gnu.org


-----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:
>
> # ./autogen.sh
> # CC=i586-mingw32msvc-gcc ./configure --host=i586-mingw32msvc
> # cd grub-core/gnulib && make > /dev/null && cd ../..
> # make grub_script.tab.h grub_script.yy.h grub-setup.exe
>
> The collection is at this URL :
> https://code.launchpad.net/~superm1/grub/more-mingw32-support
> And can be merged from lp:~superm1/grub/more-mingw32-support
>
> Specifically here are links for the individual patches:
> http://bazaar.launchpad.net/~superm1/grub/more-mingw32-support/revision/3423
> http://bazaar.launchpad.net/~superm1/grub/more-mingw32-support/revision/3424
> http://bazaar.launchpad.net/~superm1/grub/more-mingw32-support/revision/3425
> http://bazaar.launchpad.net/~superm1/grub/more-mingw32-support/revision/3426
> http://bazaar.launchpad.net/~superm1/grub/more-mingw32-support/revision/3427
>
> If requested, i'll be happy to resend all of these as individual patches to the mailing list as well.
>
> Thanks,
>
>
Hello,

Can I get some feedback on this merge request?

Thanks,
- -- 
Mario Limonciello
Linux Engineer
Dell | OS Engineering
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk5w4IIACgkQ2CrZjkA73YtoSACfZQN5H4CIRNECh+bxqmKoexhT
hNMAn002qGKGhvgPA2jzwNG2DJ3a/SYa
=jmuo
-----END PGP SIGNATURE-----



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Merge request: more-mingw32-support
  2011-09-07  1:38 Merge request: more-mingw32-support Mario Limonciello
  2011-09-14 17:12 ` Mario Limonciello
@ 2011-09-14 17:35 ` Vladimir 'φ-coder/phcoder' Serbinenko
  1 sibling, 0 replies; 3+ messages in thread
From: Vladimir 'φ-coder/phcoder' Serbinenko @ 2011-09-14 17:35 UTC (permalink / raw)
  To: grub-devel

[-- Attachment #1: Type: text/plain, Size: 1853 bytes --]

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 ./configure --host=i586-mingw32msvc
> # make grub-setup.exe
>
> The collection is at this URL :
> https://code.launchpad.net/~superm1/grub/more-mingw32-support
> <https://code.launchpad.net/%7Esuperm1/grub/more-mingw32-support>
> And can be merged from lp:~superm1/grub/more-mingw32-support
>
> Specifically here are links for the individual patches:
> http://bazaar.launchpad.net/~superm1/grub/more-mingw32-support/revision/3423
> http://bazaar.launchpad.net/~superm1/grub/more-mingw32-support/revision/3424
> http://bazaar.launchpad.net/~superm1/grub/more-mingw32-support/revision/3425
> http://bazaar.launchpad.net/~superm1/grub/more-mingw32-support/revision/3426
> http://bazaar.launchpad.net/~superm1/grub/more-mingw32-support/revision/3427
>
> If requested, i'll be happy to resend all of these as individual
> patches to the mailing list as well.
>
Yes. We need to have the patches go through ML for the record. Some of
your patches are no-brain merge but others are no-brain reject (like
using #undef GRUB_UTIL which is wrong in idea (let's disable the code we
don't seem to use) (it will result in frequent breakage) and
implementation (undefing something completely unrelated)).
Please send one patch per mail
> Thanks,
>
> -- 
> *Mario Limonciello*
> Linux Engineer
> *Dell*| OS Engineering
>
>
> _______________________________________________
> Grub-devel mailing list
> Grub-devel@gnu.org
> https://lists.gnu.org/mailman/listinfo/grub-devel


-- 
Regards
Vladimir 'φ-coder/phcoder' Serbinenko



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 294 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-09-14 17:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-07  1:38 Merge request: more-mingw32-support Mario Limonciello
2011-09-14 17:12 ` Mario Limonciello
2011-09-14 17:35 ` Vladimir 'φ-coder/phcoder' Serbinenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.