Skip to content

Commit

Permalink
cmd/dist: enable cgo for aix/ppc64
Browse files Browse the repository at this point in the history
Change-Id: I78be2b0b857d1ea2fb0b6906eb5afd796580f52d
Reviewed-on: https://go-review.googlesource.com/c/go/+/164019
Run-TryBot: Tobias Klauser <[email protected]>
TryBot-Result: Gobot Gobot <[email protected]>
Reviewed-by: Ian Lance Taylor <[email protected]>
  • Loading branch information
Clément Chigot authored and ianlancetaylor committed Mar 20, 2019
1 parent 125d187 commit af7b757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmd/dist/build.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit af7b757

Please sign in to comment.