summaryrefslogtreecommitdiff
path: root/doc/install-source.html
diff options
context:
space:
mode:
authorMikio Hara <mikioh.mikioh@gmail.com>2014-03-26 14:06:18 +0900
committerMikio Hara <mikioh.mikioh@gmail.com>2014-03-26 14:06:18 +0900
commit34767046d723538d895f2be47a4ece16cc680b6f (patch)
tree77a517d191de641007a43b8f8a8be52825cf1d0b /doc/install-source.html
parent3ce1677ad9f95fb0b1ede191f41996c451e054c1 (diff)
downloadgo-git-34767046d723538d895f2be47a4ece16cc680b6f.tar.gz
doc: document DragonFly BSD port
LGTM=r R=golang-codereviews, r CC=golang-codereviews https://golang.org/cl/80120044
Diffstat (limited to 'doc/install-source.html')
-rw-r--r--doc/install-source.html12
1 files changed, 9 insertions, 3 deletions
diff --git a/doc/install-source.html b/doc/install-source.html
index e7ebf1027b..c1ef4e7199 100644
--- a/doc/install-source.html
+++ b/doc/install-source.html
@@ -69,8 +69,8 @@ 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,
-Solaris and Windows operating systems.
+The compilers can target the DragonFly BSD, FreeBSD, Linux, NetBSD, OpenBSD,
+OS X (Darwin), Plan 9, Solaris and Windows operating systems.
The full set of supported combinations is listed in the discussion of
<a href="#environment">environment variables</a> below.
</p>
@@ -358,7 +358,7 @@ These default to the values of <code>$GOHOSTOS</code> and
<p>
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>plan9</code>, <code>solaris</code> and <code>windows</code>.
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>
</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>
</tr>
<tr>