Skip to content

Commit 3b6b9a7

Browse files
Bryan C. Millsgopherbot
Bryan C. Mills
authored andcommitted
doc/go1.19: add release note for CL 398058
Change-Id: I483de9a6a2016432df13e030c675d42470db9ed1 Reviewed-on: https://go-review.googlesource.com/c/go/+/409175 Run-TryBot: Bryan Mills <bcmills@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Auto-Submit: Bryan Mills <bcmills@google.com> Reviewed-by: Ian Lance Taylor <iant@golang.org>
1 parent aae0bef commit 3b6b9a7

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

doc/go1.19.html

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ <h2 id="tools">Tools</h2>
3131
TODO: complete this section, or delete if not needed
3232
</p>
3333
<h3 id="go-command">Go command</h3>
34-
<p>
35-
TODO: <a href="https://go.dev/cl/398058">https://go.dev/cl/398058</a>: cmd/go: quote fragments in CGO_ env variables reported by 'go env'
36-
</p>
3734
<p>
3835
TODO: complete this section.
3936
</p>
@@ -53,6 +50,13 @@ <h3 id="go-command">Go command</h3>
5350
with <code>-trimpath</code>.
5451
</p>
5552

53+
<p><!-- CL 398058 -->
54+
<code>go</code> <code>env</code> now quotes entries that contain spaces in
55+
the <code>CGO_CFLAGS</code>, <code>CGO_CPPFLAGS</code>, <code>CGO_CXXFLAGS</code>, <code>CGO_FFLAGS</code>, <code>CGO_LDFLAGS</code>,
56+
and <code>GOGCCFLAGS</code> variables it reports.
57+
</p>
58+
59+
5660
<h4 id="go-unix">New <code>unix</code> build constraint</h4>
5761

5862
<p><!-- CL 389934 -->

0 commit comments

Comments
 (0)