]> Cypherpunks repositories - gostls13.git/commit
cmd/dist: make cc rule match what cmd/go uses
authorRuss Cox <rsc@golang.org>
Mon, 11 Mar 2013 20:50:44 +0000 (16:50 -0400)
committerRuss Cox <rsc@golang.org>
Mon, 11 Mar 2013 20:50:44 +0000 (16:50 -0400)
commit7b4ac31cab7480084f45c2890c4ebd877944bc49
tree31a6568a6a381402ea8d6c5723a11da6ebc30c98
parentd74d0b269de395aa4be7a7bc04fda23cde9ce34f
cmd/dist: make cc rule match what cmd/go uses

We added -I$GOROOT/pkg/$GOOS_$GOARCH in cmd/go
(I think for use by cgo and swig, primarily) but didn't
update cmd/dist. I was testing some other code and
found that my changes built with cmd/go but failed
during the initial bootstrap. Make them match again.

R=golang-dev, iant
CC=golang-dev
https://golang.org/cl/7707044
src/cmd/dist/build.c