doc/go1.20: revise linker release note

I misunderstood CL 420774. We didn't remove GO_LDSO, just that
make.bash no longer tries to set it automatically. If GO_LDSO is
explicitly set at make.bash, it is still used as the default
dynamic interpreter.

For #54202.

Change-Id: Ided775438b8e4b87a6acd9bc87657657dbd3d91c
Reviewed-on: https://go-review.googlesource.com/c/go/+/453601
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Cherry Mui <cherryyz@google.com>
Reviewed-by: Than McIntosh <thanm@google.com>
This commit is contained in:
Cherry Mui 2022-11-29 10:48:37 -05:00
parent 8c0f9ed4ce
commit 53c480077a
1 changed files with 1 additions and 2 deletions

View File

@ -278,8 +278,7 @@ Do not send CLs removing the interior tags from such phrases.
<p><!-- https://go.dev/issue/54197, CL 420774 -->
On Linux, the linker now selects the dynamic interpreter for <code>glibc</code>
or <code>musl</code> at link time. The <code>GO_LDSO</code> environment
variable is no longer used.
or <code>musl</code> at link time.
</p>
<p><!-- https://go.dev/issue/35006 -->