From d1f6e27880f1e867c62704c32aa8917f902925fd Mon Sep 17 00:00:00 2001 From: Shenghou Ma Date: Mon, 26 Mar 2012 10:00:06 +0800 Subject: [PATCH] go/build: cgoEnabled is not known to cmd/dist anymore R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/5901051 --- src/pkg/go/build/build.go | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pkg/go/build/build.go b/src/pkg/go/build/build.go index d113dc135b1..1c7c47231fd 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,