From: Shenghou Ma Date: Wed, 26 Mar 2014 03:21:28 +0000 (-0400) Subject: doc: document Solaris port. X-Git-Tag: go1.3beta1~270 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=708a53f9cf618270b609aa72795fb0cdf01260cc;p=gostls13.git doc: document Solaris port. LGTM=aram, rsc R=aram, adg, bradfitz, rsc CC=golang-codereviews https://golang.org/cl/74750045 --- diff --git a/doc/install-source.html b/doc/install-source.html index ee579bea35..e7ebf1027b 100644 --- a/doc/install-source.html +++ b/doc/install-source.html @@ -70,7 +70,7 @@ goroutines, such as stacks that grow and shrink on demand.

The compilers can target the FreeBSD, Linux, NetBSD, OpenBSD, OS X (Darwin), Plan 9, -and Windows operating systems. +Solaris and Windows operating systems. The full set of supported combinations is listed in the discussion of environment variables below.

@@ -360,7 +360,7 @@ These default to the values of $GOHOSTOS and Choices for $GOOS are darwin (Mac OS X 10.6 and above), freebsd, linux, netbsd, openbsd, -plan9, and windows. +plan9, solaris and windows. Choices for $GOARCH are amd64 (64-bit x86, the most mature port), 386 (32-bit x86), and arm (32-bit ARM). @@ -415,6 +415,9 @@ The valid combinations of $GOOS and $GOARCH are: plan9 amd64 +solaris amd64 + + windows 386