]> Cypherpunks repositories - gostls13.git/commit
cmd/go: add s390x support
authorMichael Munday <munday@ca.ibm.com>
Fri, 18 Mar 2016 21:14:23 +0000 (17:14 -0400)
committerBrad Fitzpatrick <bradfitz@golang.org>
Mon, 21 Mar 2016 08:51:21 +0000 (08:51 +0000)
commit254d63baa78741fe415e58361ddc3e10a311458c
tree0d444f83e0008092046053a13afd317bae197195
parentf226e886c2b3e0fc0cb8fad8401d1ff8d006df58
cmd/go: add s390x support

Minimum architecture of z196 required so that GCC can assemble
gcc_s390x.S in runtime/cgo.

Change-Id: I603ed2edd39f826fb8193740ece5bd11d18c3dc5
Reviewed-on: https://go-review.googlesource.com/20876
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/go/build.go