From 8adff32bacdaae452c453ac7ffbf088778bd5417 Mon Sep 17 00:00:00 2001
From: Shenghou Ma
Date: Thu, 1 Dec 2016 23:12:18 -0500
Subject: [PATCH] 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
---
doc/install-source.html | 17 +++++++++++++++--
1 file changed, 15 insertions(+), 2 deletions(-)
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 |
--
2.50.0