From: Shenghou Ma Date: Fri, 13 Nov 2015 08:12:26 +0000 (-0500) Subject: doc: add mips64/mips64le to supported GOARCHes X-Git-Tag: go1.6beta1~470 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=d75391af736757ab46f17394b476c697f620de7f;p=gostls13.git doc: add mips64/mips64le to supported GOARCHes Change-Id: If9dc08d6c29bf60b63d75d973033897ad8bf8cc4 Reviewed-on: https://go-review.googlesource.com/16905 Reviewed-by: Brad Fitzpatrick --- diff --git a/doc/install-source.html b/doc/install-source.html index 6542fe5417..169ef287a2 100644 --- a/doc/install-source.html +++ b/doc/install-source.html @@ -71,6 +71,12 @@ architectures.
Supports Linux binaries. New in 1.5 and not as well excercised as other ports.
+
+ mips64, mips64le (64-bit MIPS big- and little-endian) +
+
+ Supports Linux binaries. New in 1.6 and not as well excercised as other ports. +

@@ -112,7 +118,7 @@ location).

If you want to install Go 1.5 on a system that is not supported by Go 1.4 (such -as linux/ppc64) you can either use +as linux/ppc64 and linux/mips64le) you can either use bootstrap.bash on a system that can bootstrap Go 1.5 normally, or bootstrap with gccgo 5.

@@ -405,7 +411,8 @@ Choices for $GOOS are Choices for $GOARCH are amd64 (64-bit x86, the most mature port), 386 (32-bit x86), arm (32-bit ARM), arm64 (64-bit ARM), -ppc64le (PowerPC 64-bit, little-endian), and ppc64 (PowerPC 64-bit, big-endian). +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). The valid combinations of $GOOS and $GOARCH are: @@ -454,6 +461,12 @@ The valid combinations of $GOOS and $GOARCH are: + + + + + +
linux ppc64le
linux mips64
linux mips64le
netbsd 386