1
0
mirror of https://github.com/golang/go synced 2024-11-21 13:44:45 -07:00

doc/install: tweak port text; drop redundant list of operating systems.

R=adg
CC=golang-dev, r
https://golang.org/cl/597041
This commit is contained in:
Russ Cox 2010-03-16 18:45:16 -07:00
parent cf5ee36aa0
commit a24f8144e4

View File

@ -129,12 +129,7 @@ $ env | grep '^GO'
<h2>Ports</h2> <h2>Ports</h2>
<p> <p>
Go compilers support two operating systems (Linux, Mac OS X) and The Go compilers support three instruction sets.
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>
There are important differences in the quality of the compilers for the different There are important differences in the quality of the compilers for the different
architectures. architectures.
</p> </p>
@ -160,8 +155,9 @@ architectures.
<code>arm</code> (a.k.a. <code>ARM</code>); <code>5g,5l,5c,5a</code> <code>arm</code> (a.k.a. <code>ARM</code>); <code>5g,5l,5c,5a</code>
</dt> </dt>
<dd> <dd>
It's got a couple of outstanding bugs but is improving. Tested against QEMU It's got a couple of outstanding bugs but is improving.
and an android phone. Tested against QEMU and an android phone.
Only supports Linux binaries.
</dd> </dd>
</dl> </dl>