From: Joel Sing Date: Mon, 14 Nov 2011 15:52:36 +0000 (-0800) Subject: doc/install: add openbsd X-Git-Tag: weekly.2011-11-18~75 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=6687e52ab16a5af31f4e861e4f43773a534e04d4;p=gostls13.git doc/install: add openbsd Add openbsd to the $GOOS list. R=golang-dev, r, rsc CC=golang-dev https://golang.org/cl/4964053 --- diff --git a/doc/install.html b/doc/install.html index 4b5a50b9a0..819164c5c2 100644 --- a/doc/install.html +++ b/doc/install.html @@ -61,7 +61,7 @@ support for segmented stacks, and a strong goroutine implementation.

-The compilers can target the FreeBSD, Linux, +The compilers can target the FreeBSD, Linux, OpenBSD and OS X (a.k.a. Darwin) operating systems. (A port to Microsoft Windows is in progress but incomplete. See the Windows Port @@ -373,9 +373,9 @@ to override the defaults. $GOHOSTARCH respectively (described below).

- Choices for $GOOS are linux, - freebsd, + Choices for $GOOS are darwin (Mac OS X 10.5 or 10.6), + freebsd, linux, openbsd, and windows (Windows, an incomplete port). Choices for $GOARCH are amd64 (64-bit x86, the most mature port), 386 (32-bit x86), and @@ -407,6 +407,12 @@ to override the defaults. linux arm incomplete + openbsd 386 + + + openbsd amd64 + + windows 386 incomplete