From: Shenghou Ma Date: Mon, 26 Mar 2012 02:00:06 +0000 (+0800) Subject: go/build: cgoEnabled is not known to cmd/dist anymore X-Git-Tag: weekly~49 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=d1f6e27880f1e867c62704c32aa8917f902925fd;p=gostls13.git go/build: cgoEnabled is not known to cmd/dist anymore R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/5901051 --- diff --git a/src/pkg/go/build/build.go b/src/pkg/go/build/build.go index d113dc135b..1c7c47231f 100644 --- a/src/pkg/go/build/build.go +++ b/src/pkg/go/build/build.go @@ -210,7 +210,6 @@ func (ctxt *Context) SrcDirs() []string { // if set, or else the compiled code's GOARCH, GOOS, and GOROOT. var Default Context = defaultContext() -// This list is also known to ../../../cmd/dist/build.c. var cgoEnabled = map[string]bool{ "darwin/386": true, "darwin/amd64": true,