Allows the compiler to recognise s390x specific files and s390x
build tags.
Change-Id: I7c62ab7361cf708181b1d9cfbe9b1fcb01be31e0
Reviewed-on: https://go-review.googlesource.com/20872
Reviewed-by: Minux Ma <minux@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
"mips64le",
"ppc64",
"ppc64le",
+ "s390x",
}
// The known operating systems.
"linux/ppc64le": true,
"linux/mips64": false,
"linux/mips64le": false,
+ "linux/s390x": true,
"android/386": true,
"android/amd64": true,
"android/arm": true,