Descriptioncmd/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.
Patch Set 1 #Patch Set 2 : diff -r c890576b82a1 https://code.google.com/p/go/ #Patch Set 3 : diff -r c890576b82a1 https://code.google.com/p/go/ #Patch Set 4 : diff -r cb4f87f228c8 https://code.google.com/p/go/ #MessagesTotal messages: 3
|