]> Cypherpunks repositories - gostls13.git/commitdiff
go/build: cgoEnabled is not known to cmd/dist anymore
authorShenghou Ma <minux.ma@gmail.com>
Mon, 26 Mar 2012 02:00:06 +0000 (10:00 +0800)
committerShenghou Ma <minux.ma@gmail.com>
Mon, 26 Mar 2012 02:00:06 +0000 (10:00 +0800)
R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/5901051

src/pkg/go/build/build.go

index d113dc135b15a58caa7f529b81648f90d48c4314..1c7c47231fd060864851194206ad6d9ab280c39d 100644 (file)
@@ -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,