From c2f8ed267b3fdfd06ca1a50aaf405886e52a8122 Mon Sep 17 00:00:00 2001 From: Michael Munday Date: Wed, 23 Aug 2017 12:45:27 +0100 Subject: [PATCH] doc: mention s390x in environment section of install-source.html Change-Id: I521ba94356165efc3252ca4b3d364a2bbabd4aab Reviewed-on: https://go-review.googlesource.com/58010 Run-TryBot: Michael Munday TryBot-Result: Gobot Gobot Reviewed-by: Ian Lance Taylor --- doc/install-source.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/doc/install-source.html b/doc/install-source.html index d120f7d6f2..5a9c84c22b 100644 --- a/doc/install-source.html +++ b/doc/install-source.html @@ -471,8 +471,9 @@ 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), 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). +mips64le (MIPS 64-bit, little-endian), mips64 (MIPS 64-bit, big-endian), +mipsle (MIPS 32-bit, little-endian), mips (MIPS 32-bit, big-endian), and +s390x (IBM System z 64-bit, big-endian). The valid combinations of $GOOS and $GOARCH are: @@ -536,6 +537,9 @@ The valid combinations of $GOOS and $GOARCH are: + + + -- 2.48.1
linux mips64le
linux s390x
netbsd 386