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