Commit fda1dc29 authored by Shubham Sharma's avatar Shubham Sharma Committed by Ian Lance Taylor

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: default avatarIan Lance Taylor <iant@golang.org>
parent 334e7509
......@@ -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
......
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment