]> Cypherpunks repositories - gostls13.git/commit
cmd/api: set compiler for all build contexts.
authorDavid Symonds <dsymonds@golang.org>
Mon, 12 Mar 2012 00:25:38 +0000 (11:25 +1100)
committerDavid Symonds <dsymonds@golang.org>
Mon, 12 Mar 2012 00:25:38 +0000 (11:25 +1100)
commit764880e2b2a025e7eb4dfdb226f50ff2586aa384
tree4f5280cafebb7f2c31a1e430d3b82c99ee70bd7c
parentcd7ae05d52e4434453be9a4af2888aedc75330aa
cmd/api: set compiler for all build contexts.

The generated syscall files for Windows are still breaking "go tool api"
(unknown function []byte); I'll look at fixing that separately.

Fixes #3285.

R=bradfitz
CC=golang-dev
https://golang.org/cl/5777062
src/cmd/api/goapi.go