]> Cypherpunks repositories - gostls13.git/commit
cmd/dist, go/types: add support for GOARCH=sparc64
authorTobias Klauser <tklauser@distanz.ch>
Thu, 30 Aug 2018 08:23:54 +0000 (10:23 +0200)
committerTobias Klauser <tobias.klauser@gmail.com>
Fri, 7 Sep 2018 13:15:45 +0000 (13:15 +0000)
commitd8c8a1421837e86d5b5a20f2925b783c594ef9d6
treec1200906d4f5f2db61e8e2b8d6d9f9a6a60b6b19
parent7bee8085daa9e8fef7e23c555d72c73ce96d2bfb
cmd/dist, go/types: add support for GOARCH=sparc64

This is needed in addition to CL 102555 in order to be able to generate
Go type definitions for linux/sparc64 in the golang.org/x/sys/unix
package.

Change-Id: I928185e320572fecb0c89396f871ea16cba8b9a6
Reviewed-on: https://go-review.googlesource.com/132155
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/dist/build.go
src/cmd/vet/all/main.go
src/go/types/sizes.go