]> Cypherpunks repositories - gostls13.git/commit
cmd/go: use -installsuffix to determine the includes directory list
authorDave Day <djd@golang.org>
Wed, 2 Oct 2013 00:44:57 +0000 (20:44 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 2 Oct 2013 00:44:57 +0000 (20:44 -0400)
commit57f69710d5d0f8fb24bb07aa3ce83f98077d9112
tree3155428db36b2921f2baf322800366f178b7c1e5
parentfcee50c46eebf742afd3b90150a4b5e6c730715d
cmd/go: use -installsuffix to determine the includes directory list

Currently, the directories generaed by includeArgs can have the "_race"
suffix added if invoked with -race flag, but ignores -installsuffix if
set.

R=adg, rsc
CC=golang-dev
https://golang.org/cl/14174043
src/cmd/go/build.go