Commit d1f6e278 authored by Shenghou Ma's avatar Shenghou Ma

go/build: cgoEnabled is not known to cmd/dist anymore

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/5901051
parent c26b504b
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment