mirror of https://github.com/golang/go.git
doc: document DragonFly BSD port
LGTM=r R=golang-codereviews, r CC=golang-codereviews https://golang.org/cl/80120044
This commit is contained in:
parent
3ce1677ad9
commit
34767046d7
|
|
@ -69,8 +69,8 @@ goroutines, such as stacks that grow and shrink on demand.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
The compilers can target the FreeBSD, Linux, NetBSD, OpenBSD, OS X (Darwin), Plan 9,
|
The compilers can target the DragonFly BSD, FreeBSD, Linux, NetBSD, OpenBSD,
|
||||||
Solaris and Windows operating systems.
|
OS X (Darwin), Plan 9, 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>
|
||||||
|
|
@ -358,7 +358,7 @@ These default to the values of <code>$GOHOSTOS</code> and
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
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>dragonfly</code>, <code>freebsd</code>,
|
||||||
<code>linux</code>, <code>netbsd</code>, <code>openbsd</code>,
|
<code>linux</code>, <code>netbsd</code>, <code>openbsd</code>,
|
||||||
<code>plan9</code>, <code>solaris</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
|
||||||
|
|
@ -376,6 +376,12 @@ The valid combinations of <code>$GOOS</code> and <code>$GOARCH</code> are:
|
||||||
<td></td><td><code>darwin</code></td> <td><code>amd64</code></td>
|
<td></td><td><code>darwin</code></td> <td><code>amd64</code></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
<td></td><td><code>dragonfly</code></td> <td><code>386</code></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td></td><td><code>dragonfly</code></td> <td><code>amd64</code></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
<td></td><td><code>freebsd</code></td> <td><code>386</code></td>
|
<td></td><td><code>freebsd</code></td> <td><code>386</code></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue