On Sat, Feb 05, 2022 at 12:17:08AM +0100, Kevin Kofler via devel wrote:
> Marc-André Lureau wrote:
> > Fwiw, given that the primary use case for a cross-toolchain is for
> > developer needs, I think it is reasonable to have only UCRT target in the
> > future.
> > 
> > Projects releasing for Windows should probably natively build and test
> > their releases with Msys2, and they can do so for msvcrt targets.
> 
> Well, with cross-MinGW and cross-NSIS, I can package software for Windows 
> without ever touching a Windows machine. I have done so more than once 
> already. I do not even have a Windows installation on which I can run Msys2.

Exactly, this is the precise reason why a group of us started
the Fedora mingw packaging effort all those years ago.

I have a Windows machine for testing / debugging on, but it is so
much simpler if we can do cross builds from Linux, as it means we
don't have to switch context between machines when developing.

I rather wish we had full cross build facilities for all Fedora
arches in fact. As well as for Mingw, upstream we cross build
libvirt / QEMU for all non-x86 arches too by simplying having
a set of containers populated with all the relevant cross compilers
and foreign libraries. While we can use Fedora for our Mingw cross
targets, we have to use Debian for all the Linux non-x86 targets.

It is very compelling to be able to just run things like

   make docker-build@debian-ppc64el-cross

   make docker-build@fedora-win32-cross

giving throwaway container buildroots, instead of having to deal with
full VM installs.

Regards,
Daniel
-- 
|: https://berrange.com      -o-    https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org         -o-            https://fstop138.berrange.com :|
|: https://entangle-photo.org    -o-    https://www.instagram.com/dberrange :|
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to