diff options
author | Gerald Pfeifer <gerald@pfeifer.com> | 2022-04-16 07:29:34 -0600 |
---|---|---|
committer | Gerald Pfeifer <gerald@pfeifer.com> | 2022-04-16 07:29:34 -0600 |
commit | b642a44feec09817c49b6bcfeee6fd5922986ed6 (patch) | |
tree | 27507ef8aa7e49c749b8b3a241929cd6f998c140 | |
parent | 587953f0931d6af870c8f8fdba64985a27836914 (diff) | |
download | gcc-b642a44feec09817c49b6bcfeee6fd5922986ed6.zip gcc-b642a44feec09817c49b6bcfeee6fd5922986ed6.tar.gz gcc-b642a44feec09817c49b6bcfeee6fd5922986ed6.tar.bz2 |
doc: Adjust mingw-w64 download link
gcc:
* doc/install.texi (Specific): Adjust mingw-w64 download link.
-rw-r--r-- | gcc/doc/install.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index ab67a63..642aae0 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -5141,7 +5141,7 @@ the Win32 subsystem that provides a subset of POSIX. @subheading Intel 64-bit versions GCC contains support for x86-64 using the mingw-w64 -runtime library, available from @uref{https://mingw-w64.org/doku.php}. +runtime library, available from @uref{https://www.mingw-w64.org/downloads/}. This library should be used with the target triple x86_64-pc-mingw32. @subheading Windows CE |