diff options
author | Russ Cox <rsc@golang.org> | 2010-03-16 18:45:16 -0700 |
---|---|---|
committer | Russ Cox <rsc@golang.org> | 2010-03-16 18:45:16 -0700 |
commit | 1192c24f4916df7e3cf343f7476d0af27f8a20cb (patch) | |
tree | 3671bd98c69bc96099e2018192e564b2fd7a9f36 /doc | |
parent | 7a3fec972619131844fdef0681d4e187d9126858 (diff) | |
download | golang-1192c24f4916df7e3cf343f7476d0af27f8a20cb.tar.gz |
doc/install: tweak port text; drop redundant list of operating systems.
R=adg
CC=golang-dev, r
http://codereview.appspot.com/597041
Diffstat (limited to 'doc')
-rw-r--r-- | doc/install.html | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/doc/install.html b/doc/install.html index 20f8dcc69..2c1ff2157 100644 --- a/doc/install.html +++ b/doc/install.html @@ -129,12 +129,7 @@ $ env | grep '^GO' <h2>Ports</h2> <p> -Go compilers support two operating systems (Linux, Mac OS X) and -three instruction sets. -The versions for Linux and Mac are equally capable except that the ARM port -does not run on OS X (yet). -</p> -<p> +The Go compilers support three instruction sets. There are important differences in the quality of the compilers for the different architectures. </p> @@ -160,8 +155,9 @@ architectures. <code>arm</code> (a.k.a. <code>ARM</code>); <code>5g,5l,5c,5a</code> </dt> <dd> - It's got a couple of outstanding bugs but is improving. Tested against QEMU - and an android phone. + It's got a couple of outstanding bugs but is improving. + Tested against QEMU and an android phone. + Only supports Linux binaries. </dd> </dl> |