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