From 06a8f6840750132ba4836e579d4763b2e482ef66 Mon Sep 17 00:00:00 2001 From: Brandon Ryan Date: Thu, 25 Apr 2019 20:31:44 +0000 Subject: [PATCH] doc: clarify to use MinGW-W64 for amd64 systems Fixes #19686 Change-Id: I5c2dd60636b521425647afd0725fdd7c18e7bbbe GitHub-Last-Rev: a1c5f569409d8759d5d81da811eaf873073bfe39 GitHub-Pull-Request: golang/go#31682 Reviewed-on: https://go-review.googlesource.com/c/go/+/173997 Reviewed-by: Brad Fitzpatrick --- doc/install.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/install.html b/doc/install.html index dda39fcaa7..05b6d0538c 100644 --- a/doc/install.html +++ b/doc/install.html @@ -50,7 +50,7 @@ If your OS or architecture is not on the list, you may be able to FreeBSD 10.3 or later amd64, 386 Debian GNU/kFreeBSD not supported Linux 2.6.23 or later with glibc amd64, 386, arm, arm64,
s390x, ppc64le CentOS/RHEL 5.x not supported.
Install from source for other libc. macOS 10.10 or later amd64 use the clang or gcc that comes with Xcode for cgo support -Windows 7, Server 2008R2 or later amd64, 386 use MinGW gcc. No need for cygwin or msys. +Windows 7, Server 2008R2 or later amd64, 386 use MinGW (386) or MinGW-W64 (amd64) gcc.
No need for cygwin or msys.

-- 2.48.1