]> Cypherpunks repositories - gostls13.git/commit
cmd/go: introduce support for $GCCGO env var
authorPeter Collingbourne <pcc@google.com>
Mon, 14 Jul 2014 13:51:20 +0000 (09:51 -0400)
committerRuss Cox <rsc@golang.org>
Mon, 14 Jul 2014 13:51:20 +0000 (09:51 -0400)
commit8b836fa87234c5809891eceaeb87f63223217999
treeb35d48902b098c794a8002f338e49521bffbb5af
parent369a3ff3fd7cce8c11b472891fb63a1806443dbc
cmd/go: introduce support for $GCCGO env var

This variable allows users to select the compiler when using the
gccgo toolchain.

LGTM=rsc
R=rsc, iant, minux, aram
CC=axwalk, golang-codereviews
https://golang.org/cl/106700044
src/cmd/go/build.go