]> Cypherpunks repositories - gostls13.git/commit
go: introduce support for "go build" with gccgo.
authorRémy Oudompheng <oudomphe@phare.normalesup.org>
Fri, 27 Jan 2012 22:05:51 +0000 (17:05 -0500)
committerRuss Cox <rsc@golang.org>
Fri, 27 Jan 2012 22:05:51 +0000 (17:05 -0500)
commit45a8fae996700a40bc671bc48e78931d277dee0a
tree9014b614bbd0c0e742d21f1b7200ad5da4210e41
parentc4303aa59ff4c6ddb350a7d670e455426c16962b
go: introduce support for "go build" with gccgo.

The use of gccgo is triggered by GC=gccgo in environment. It
still needs the standard distribution to behave properly, but
allows using the test, build, run, install subcommands with
gccgo.

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