]> Cypherpunks repositories - gostls13.git/commitdiff
doc/install: tweak port text; drop redundant list of operating systems.
authorRuss Cox <rsc@golang.org>
Wed, 17 Mar 2010 01:45:16 +0000 (18:45 -0700)
committerRuss Cox <rsc@golang.org>
Wed, 17 Mar 2010 01:45:16 +0000 (18:45 -0700)
R=adg
CC=golang-dev, r
https://golang.org/cl/597041

doc/install.html

index 20f8dcc692c10ea3f86fc35cb3d3fe4bf739d1ef..2c1ff2157601090b64085fd5919a73ceead65366 100644 (file)
@@ -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>