]> Cypherpunks repositories - gostls13.git/commit
cmd/go: fix handling of gccgo standard library.
authorRémy Oudompheng <oudomphe@phare.normalesup.org>
Tue, 31 Jan 2012 18:41:38 +0000 (19:41 +0100)
committerRémy Oudompheng <oudomphe@phare.normalesup.org>
Tue, 31 Jan 2012 18:41:38 +0000 (19:41 +0100)
commitd7172084d09b845a5decdbe97ee39f02cfe1cd03
tree04ec31cda25f35923e53c4aff77864ea85aa732d
parent3c6bebf5a7b4a5678460abf2e48f21bc369e0d3a
cmd/go: fix handling of gccgo standard library.

The previous logic was mainly non-working. It only needs to
ensure that the go tool doesn't try to build the standard
library with gccgo.

R=golang-dev, rsc
CC=golang-dev, remy
https://golang.org/cl/5580051
src/cmd/go/build.go
src/cmd/go/pkg.go