From: Shenghou Ma Date: Fri, 2 Dec 2016 04:12:18 +0000 (-0500) Subject: doc: document the mips port in install-source.html X-Git-Tag: go1.8beta2~86 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=8adff32bacdaae452c453ac7ffbf088778bd5417;p=gostls13.git doc: document the mips port in install-source.html While we're at it, also mention OpenBSD/ARM support. Change-Id: I4df4a158b67d11720146d05a235099d452295170 Reviewed-on: https://go-review.googlesource.com/33854 Reviewed-by: Brad Fitzpatrick --- diff --git a/doc/install-source.html b/doc/install-source.html index 3e84b27542..4bf0ba35fb 100644 --- a/doc/install-source.html +++ b/doc/install-source.html @@ -33,7 +33,7 @@ compiler using the GCC back end, see

-The Go compilers support seven instruction sets. +The Go compilers support eight instruction sets. There are important differences in the quality of the compilers for the different architectures.

@@ -55,7 +55,7 @@ architectures. arm (ARM)
- Supports Linux, FreeBSD, NetBSD and Darwin binaries. Less widely used than the other ports. + Supports Linux, FreeBSD, NetBSD, OpenBSD and Darwin binaries. Less widely used than the other ports.
arm64 (AArch64) @@ -69,6 +69,12 @@ architectures.
Supports Linux binaries. New in 1.5 and not as well exercised as other ports.
+
+ mips, mipsle (32-bit MIPS big- and little-endian) +
+
+ Supports Linux binaries. New in 1.8 and not as well exercised as other ports. +
mips64, mips64le (64-bit MIPS big- and little-endian)
@@ -463,6 +469,7 @@ Choices for $GOARCH are 386 (32-bit x86), arm (32-bit ARM), arm64 (64-bit ARM), ppc64le (PowerPC 64-bit, little-endian), ppc64 (PowerPC 64-bit, big-endian), mips64le (MIPS 64-bit, little-endian), and mips64 (MIPS 64-bit, big-endian). +mipsle (MIPS 32-bit, little-endian), and mips (MIPS 32-bit, big-endian). The valid combinations of $GOOS and $GOARCH are: @@ -514,6 +521,12 @@ The valid combinations of $GOOS and $GOARCH are: + + + + + +
linux ppc64le
linux mips
linux mipsle
linux mips64