From 6687e52ab16a5af31f4e861e4f43773a534e04d4 Mon Sep 17 00:00:00 2001 From: Joel Sing Date: Mon, 14 Nov 2011 07:52:36 -0800 Subject: [PATCH] doc/install: add openbsd Add openbsd to the $GOOS list. R=golang-dev, r, rsc CC=golang-dev https://golang.org/cl/4964053 --- doc/install.html | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/doc/install.html b/doc/install.html index 4b5a50b9a03..819164c5c2d 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