1
0
mirror of https://github.com/golang/go synced 2024-11-23 05:10:09 -07:00

doc: document Solaris port.

LGTM=aram, rsc
R=aram, adg, bradfitz, rsc
CC=golang-codereviews
https://golang.org/cl/74750045
This commit is contained in:
Shenghou Ma 2014-03-25 23:21:28 -04:00
parent 09e1da3c2c
commit 708a53f9cf

View File

@ -70,7 +70,7 @@ goroutines, such as stacks that grow and shrink on demand.
<p> <p>
The compilers can target the FreeBSD, Linux, NetBSD, OpenBSD, OS X (Darwin), Plan 9, 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 The full set of supported combinations is listed in the discussion of
<a href="#environment">environment variables</a> below. <a href="#environment">environment variables</a> below.
</p> </p>
@ -360,7 +360,7 @@ These default to the values of <code>$GOHOSTOS</code> and
Choices for <code>$GOOS</code> are Choices for <code>$GOOS</code> are
<code>darwin</code> (Mac OS X 10.6 and above), <code>freebsd</code>, <code>darwin</code> (Mac OS X 10.6 and above), <code>freebsd</code>,
<code>linux</code>, <code>netbsd</code>, <code>openbsd</code>, <code>linux</code>, <code>netbsd</code>, <code>openbsd</code>,
<code>plan9</code>, and <code>windows</code>. <code>plan9</code>, <code>solaris</code> and <code>windows</code>.
Choices for <code>$GOARCH</code> are Choices for <code>$GOARCH</code> are
<code>amd64</code> (64-bit x86, the most mature port), <code>amd64</code> (64-bit x86, the most mature port),
<code>386</code> (32-bit x86), and <code>arm</code> (32-bit ARM). <code>386</code> (32-bit x86), and <code>arm</code> (32-bit ARM).
@ -415,6 +415,9 @@ The valid combinations of <code>$GOOS</code> and <code>$GOARCH</code> are:
<td></td><td><code>plan9</code></td> <td><code>amd64</code></td> <td></td><td><code>plan9</code></td> <td><code>amd64</code></td>
</tr> </tr>
<tr> <tr>
<td></td><td><code>solaris</code></td> <td><code>amd64</code></td>
</tr>
<tr>
<td></td><td><code>windows</code></td> <td><code>386</code></td> <td></td><td><code>windows</code></td> <td><code>386</code></td>
</tr> </tr>
<tr> <tr>