From: Shubham Sharma Date: Mon, 11 Mar 2019 06:09:25 +0000 (+0530) Subject: cmd/go: document GOGCCFLAGS X-Git-Tag: go1.13beta1~1081 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=fda1dc2939a245cae354fbac68a5c47d7b152c87;p=gostls13.git cmd/go: document GOGCCFLAGS Fixes #30123 Change-Id: I310b89a344a262bb758d39dfdd485ed2940cc6aa Reviewed-on: https://go-review.googlesource.com/c/go/+/166577 Run-TryBot: Ian Lance Taylor TryBot-Result: Gobot Gobot Reviewed-by: Ian Lance Taylor --- diff --git a/src/cmd/go/alldocs.go b/src/cmd/go/alldocs.go index 33f6126ada..6e8d60f4cd 100644 --- a/src/cmd/go/alldocs.go +++ b/src/cmd/go/alldocs.go @@ -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 diff --git a/src/cmd/go/internal/help/helpdoc.go b/src/cmd/go/internal/help/helpdoc.go index 916b91efa7..a989483e60 100644 --- a/src/cmd/go/internal/help/helpdoc.go +++ b/src/cmd/go/internal/help/helpdoc.go @@ -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