]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
docs: Update URL for MinGW
authorAndrea Bolognani <abologna@redhat.com>
Tue, 24 May 2022 07:38:53 +0000 (09:38 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Tue, 24 May 2022 10:19:15 +0000 (12:19 +0200)
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 <abologna@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
build-aux/syntax-check.mk
ci/README.rst
docs/windows.rst

index 30f44cb2701e516636b56af248b69a1c5f081a2a..02ce879accf4802486ffa0988e8e5cc8f9171b95 100644 (file)
@@ -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
index 6c6c6f95b3debdbd70beedcf100a095c1c536dcb..e3c60c54d1b788b13fd60baf88f74754148a7fd1 100644 (file)
@@ -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/
 
 
index 5bfc2fa5ba33acd23bbc274b69658accdd9b28cc..b9aa5626cf04465a5728033a6687936eee18bb13 100644 (file)
@@ -104,8 +104,8 @@ desired <contact.html>`__.
 Compiling yourself
 ------------------
 
-Libvirt can be compiled on Windows using the free `MinGW
-compiler <http://www.mingw.org/>`__.
+Libvirt can be compiled on Windows using the free `MinGW-w64
+compiler <https://www.mingw-w64.org/>`__.
 
 MSYS Build script
 ~~~~~~~~~~~~~~~~~