From: Brad Fitzpatrick Date: Tue, 6 Dec 2016 22:15:12 +0000 (+0000) Subject: doc: mention more binary download architectures X-Git-Tag: go1.8beta2~79 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=94a4485f702c9681a12b25b6db2ef1be68cffc01;p=gostls13.git doc: mention more binary download architectures Fixes #18207 Change-Id: Ibe85ab0acba7553b93603a31140b31bd9e4802cf Reviewed-on: https://go-review.googlesource.com/34015 Reviewed-by: Ian Lance Taylor --- diff --git a/doc/install.html b/doc/install.html index ebe66c0205..d8e04b78c2 100644 --- a/doc/install.html +++ b/doc/install.html @@ -47,8 +47,8 @@ If your OS or architecture is not on the list, you may be able to Notes
-FreeBSD 8-STABLE or later amd64 Debian GNU/kFreeBSD not supported -Linux 2.6.23 or later with glibc amd64, 386, arm CentOS/RHEL 5.x not supported +FreeBSD 8-STABLE or later amd64, 386 Debian GNU/kFreeBSD not supported +Linux 2.6.23 or later with glibc amd64, 386, arm, s390x, ppc64le CentOS/RHEL 5.x not supported Mac OS X 10.8 or later amd64 use the clang or gcc that comes with Xcode for cgo support Windows XP or later amd64, 386 use MinGW gcc. No need for cygwin or msys.