From 40d78e47e5995e5227f8a5f47658a72f3baa4d1c Mon Sep 17 00:00:00 2001 From: Andrea Bolognani Date: Tue, 24 May 2022 09:38:53 +0200 Subject: [PATCH] docs: Update URL for MinGW The MinGW-w64 project has effectively replaced the original MinGW project, and distributions such as Fedora have been shipping packages based on the former for years now. Signed-off-by: Andrea Bolognani Reviewed-by: Michal Privoznik --- build-aux/syntax-check.mk | 1 - ci/README.rst | 6 +++--- docs/windows.rst | 4 ++-- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/build-aux/syntax-check.mk b/build-aux/syntax-check.mk index 30f44cb270..02ce879acc 100644 --- a/build-aux/syntax-check.mk +++ b/build-aux/syntax-check.mk @@ -823,7 +823,6 @@ http_sites += herp.derp # HTTP-only sites http_sites += 0pointer.de http_sites += mah.everybody.org -http_sites += mingw.org http_sites += munin.projects.linpro.no http_sites += www.nimbusproject.org http_sites += www.sflow.net diff --git a/ci/README.rst b/ci/README.rst index 6c6c6f95b3..e3c60c54d1 100644 --- a/ci/README.rst +++ b/ci/README.rst @@ -10,8 +10,8 @@ Cirrus CI integration ===================== libvirt currently supports three non-Linux operating systems: Windows, FreeBSD -and macOS. Windows cross-builds can be prepared on Linux by using `MinGW`_, but -for both FreeBSD and macOS we need to use the actual operating system, and +and macOS. Windows cross-builds can be prepared on Linux by using `MinGW-w64`_, +but for both FreeBSD and macOS we need to use the actual operating system, and unfortunately GitLab shared runners are currently not available for either. To work around this limitation, we take advantage of `Cirrus CI`_'s free @@ -61,7 +61,7 @@ repository as usual and you'll automatically get the additional CI coverage. .. _Cirrus CI GitHub app: https://github.com/marketplace/cirrus-ci .. _Cirrus CI settings: https://cirrus-ci.com/settings/profile/ .. _Cirrus CI: https://cirrus-ci.com/ -.. _MinGW: http://mingw.org/ +.. _MinGW-w64: https://www.mingw-w64.org/ .. _cirrus-run: https://github.com/sio/cirrus-run/ diff --git a/docs/windows.rst b/docs/windows.rst index 5bfc2fa5ba..b9aa5626cf 100644 --- a/docs/windows.rst +++ b/docs/windows.rst @@ -104,8 +104,8 @@ desired `__. Compiling yourself ------------------ -Libvirt can be compiled on Windows using the free `MinGW -compiler `__. +Libvirt can be compiled on Windows using the free `MinGW-w64 +compiler `__. MSYS Build script ~~~~~~~~~~~~~~~~~ -- 2.39.5