]> Cypherpunks repositories - gostls13.git/commit
go/build: add GOOS and GOARCH to name of gccgo pkg directory
authorIan Lance Taylor <iant@golang.org>
Fri, 11 Oct 2013 23:17:45 +0000 (16:17 -0700)
committerIan Lance Taylor <iant@golang.org>
Fri, 11 Oct 2013 23:17:45 +0000 (16:17 -0700)
commit5b2f62615970532374c9bd1b48dfe7f7ffef217a
tree6e41d0dc3621eb339260826d41b437449fa4935a
parent96648e019567d9e50c147638f104f0bf4a381350
go/build: add GOOS and GOARCH to name of gccgo pkg directory

This matches the behaviour of builder.includeArgs in
cmd/go/build.go.

R=golang-dev, minux.ma
CC=golang-dev
https://golang.org/cl/14535048
src/pkg/go/build/build.go