]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/dist: enable cgo for aix/ppc64
authorClément Chigot <clement.chigot@atos.net>
Thu, 21 Feb 2019 09:58:42 +0000 (10:58 +0100)
committerIan Lance Taylor <iant@golang.org>
Wed, 20 Mar 2019 14:39:14 +0000 (14:39 +0000)
Change-Id: I78be2b0b857d1ea2fb0b6906eb5afd796580f52d
Reviewed-on: https://go-review.googlesource.com/c/go/+/164019
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

index 539227232ab5e227d3250c18c6025201a5b67201..b3e9ad33e919ab08bc302b2d18f5738a30b2a64f 100644 (file)
@@ -1459,7 +1459,7 @@ func checkNotStale(goBinary string, targets ...string) {
 // single point of truth for supported platforms. This list is used
 // by 'go tool dist list'.
 var cgoEnabled = map[string]bool{
-       "aix/ppc64":       false,
+       "aix/ppc64":       true,
        "darwin/386":      true,
        "darwin/amd64":    true,
        "darwin/arm":      true,