From 708a53f9cf618270b609aa72795fb0cdf01260cc Mon Sep 17 00:00:00 2001 From: Shenghou Ma Date: Tue, 25 Mar 2014 23:21:28 -0400 Subject: [PATCH] doc: document Solaris port. LGTM=aram, rsc R=aram, adg, bradfitz, rsc CC=golang-codereviews https://golang.org/cl/74750045 --- doc/install-source.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/install-source.html b/doc/install-source.html index ee579bea35f..e7ebf1027bd 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