Skip to content

Commit 06a8f68

Browse files
Brandon Ryanbradfitz
Brandon Ryan
authored andcommitted
doc: clarify to use MinGW-W64 for amd64 systems
Fixes #19686 Change-Id: I5c2dd60636b521425647afd0725fdd7c18e7bbbe GitHub-Last-Rev: a1c5f56 GitHub-Pull-Request: #31682 Reviewed-on: https://go-review.googlesource.com/c/go/+/173997 Reviewed-by: Brad Fitzpatrick <[email protected]>
1 parent f61353f commit 06a8f68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/install.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ <h2 id="requirements">System requirements</h2>
5050
<tr><td>FreeBSD 10.3 or later</td> <td>amd64, 386</td> <td>Debian GNU/kFreeBSD not supported</td></tr>
5151
<tr valign='top'><td>Linux 2.6.23 or later with glibc</td> <td>amd64, 386, arm, arm64,<br>s390x, ppc64le</td> <td>CentOS/RHEL 5.x not supported.<br>Install from source for other libc.</td></tr>
5252
<tr><td>macOS 10.10 or later</td> <td>amd64</td> <td>use the clang or gcc<sup>&#8224;</sup> that comes with Xcode<sup>&#8225;</sup> for <code>cgo</code> support</td></tr>
53-
<tr><td>Windows 7, Server 2008R2 or later</td> <td>amd64, 386</td> <td>use MinGW gcc<sup>&#8224;</sup>. No need for cygwin or msys.</td></tr>
53+
<tr valign='top'><td>Windows 7, Server 2008R2 or later</td> <td>amd64, 386</td> <td>use MinGW (<code>386</code>) or MinGW-W64 (<code>amd64</code>) gcc<sup>&#8224;</sup>.<br>No need for cygwin or msys.</td></tr>
5454
</table>
5555

5656
<p>

0 commit comments

Comments
 (0)