diff options
| author | Clément Chigot <clement.chigot@atos.net> | 2019-03-25 10:34:57 +0100 |
|---|---|---|
| committer | Ian Lance Taylor <iant@golang.org> | 2019-04-02 16:03:24 +0000 |
| commit | 3aacfce6cf7e5f0346906e5236433852f4075368 (patch) | |
| tree | b10b2a53bdadfeaf2afc60e2a1e5c018112a319b /src/cmd/dist | |
| parent | 56517216c052649daab6c439f386f9dc02e90c3a (diff) | |
| download | go-3aacfce6cf7e5f0346906e5236433852f4075368.tar.xz | |
runtime, cmd/dist, misc/cgo: enable c-archive for aix/ppc64
Change-Id: Ib9a40d5596f5735a00483e2d2db965402f05671b
Reviewed-on: https://go-review.googlesource.com/c/go/+/169120
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Diffstat (limited to 'src/cmd/dist')
| -rw-r--r-- | src/cmd/dist/test.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cmd/dist/test.go b/src/cmd/dist/test.go index 3f8f12c9e9..df86ae7223 100644 --- a/src/cmd/dist/test.go +++ b/src/cmd/dist/test.go @@ -928,7 +928,8 @@ func (t *tester) supportedBuildmode(mode string) bool { return false } switch pair { - case "darwin-386", "darwin-amd64", "darwin-arm", "darwin-arm64", + case "aix-ppc64", + "darwin-386", "darwin-amd64", "darwin-arm", "darwin-arm64", "linux-amd64", "linux-386", "linux-ppc64le", "linux-s390x", "freebsd-amd64", "windows-amd64", "windows-386": |
