1
0
mirror of https://github.com/golang/go synced 2024-11-17 21:44:43 -07:00

cmd/go: document GOGCCFLAGS

Fixes #30123

Change-Id: I310b89a344a262bb758d39dfdd485ed2940cc6aa
Reviewed-on: https://go-review.googlesource.com/c/go/+/166577
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
This commit is contained in:
Shubham Sharma 2019-03-11 11:39:25 +05:30 committed by Ian Lance Taylor
parent 334e750917
commit fda1dc2939
2 changed files with 4 additions and 0 deletions

View File

@ -1554,6 +1554,8 @@
//
// GOEXE
// The executable file name suffix (".exe" on Windows, "" on other systems).
// GOGCCFLAGS
// A space-separated list of arguments supplied to the CC command.
// GOHOSTARCH
// The architecture (GOARCH) of the Go toolchain binaries.
// GOHOSTOS

View File

@ -587,6 +587,8 @@ Additional information available from 'go env' but not read from the environment
GOEXE
The executable file name suffix (".exe" on Windows, "" on other systems).
GOGCCFLAGS
A space-separated list of arguments supplied to the CC command.
GOHOSTARCH
The architecture (GOARCH) of the Go toolchain binaries.
GOHOSTOS