From 34767046d723538d895f2be47a4ece16cc680b6f Mon Sep 17 00:00:00 2001 From: Mikio Hara Date: Wed, 26 Mar 2014 14:06:18 +0900 Subject: [PATCH] doc: document DragonFly BSD port LGTM=r R=golang-codereviews, r CC=golang-codereviews https://golang.org/cl/80120044 --- doc/install-source.html | 12 +++++++++--- 1 file 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.

-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 environment variables below.

@@ -358,7 +358,7 @@ These default to the values of $GOHOSTOS and

Choices for $GOOS are -darwin (Mac OS X 10.6 and above), freebsd, +darwin (Mac OS X 10.6 and above), dragonfly, freebsd, linux, netbsd, openbsd, plan9, solaris and windows. Choices for $GOARCH are @@ -376,6 +376,12 @@ The valid combinations of $GOOS and $GOARCH are: darwin amd64 +dragonfly 386 + + +dragonfly amd64 + + freebsd 386 -- 2.48.1