]> Cypherpunks repositories - gostls13.git/commit
doc: adjust binary install page supported system list
authorRuss Cox <rsc@golang.org>
Tue, 18 Aug 2015 15:15:15 +0000 (11:15 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 19 Aug 2015 03:28:41 +0000 (03:28 +0000)
commit54575631a52d8afbc9f77cb2a7a456e1592a801d
treeef59f048c7c9b39e766b648bb432344702d9ece7
parent6f0c7df8ed3fe540c3c1030b11dc15837b97512f
doc: adjust binary install page supported system list

Make clear that this list is the list of supported systems
for binary distributions, and that other systems may be
able to build the distribution from source, in addition
to using gccgo.

Drop freebsd/arm from the list on this page.
We have never issued a binary distribution for freebsd/arm,
and we're not going to start in Go 1.5, since we don't even
have a working builder for it.

Drop freebsd/386 from the list on the page,
because we are unable to build binary distributions, per adg.

I think the wording here should probably be revised further,
but not now.

Change-Id: Ib43b6b64f5c438bfb9aa4d3daa43393f1e33b71f
Reviewed-on: https://go-review.googlesource.com/13690
Reviewed-by: Andrew Gerrand <adg@golang.org>
Reviewed-by: Rob Pike <r@golang.org>
doc/install.html