]> Cypherpunks repositories - gostls13.git/commit
cmd/dist, go/build: make cmd/dist generate cgoEnabled map for go/build
authorShenghou Ma <minux@golang.org>
Fri, 4 Sep 2015 00:27:12 +0000 (20:27 -0400)
committerMinux Ma <minux@golang.org>
Wed, 24 Feb 2016 01:45:28 +0000 (01:45 +0000)
commit733cae6acdbf191af673498fd23df46dfefd6d04
treead85e1e41d2572bca202376270acbe9906f95220
parent1e4e09612c9b48abc32bd4b75700440a7eeaa318
cmd/dist, go/build: make cmd/dist generate cgoEnabled map for go/build

This reduces the amount of duplication. Now there is only one list
of platforms supporting cgo.

Update #12270.

Change-Id: I5dcd55cb6be7c5bb6ce560383c71d90ab1189dc9
Reviewed-on: https://go-review.googlesource.com/14278
Run-TryBot: Minux Ma <minux@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/dist/build.go
src/cmd/dist/buildgo.go
src/go/build/build.go