mirror of https://github.com/golang/go.git
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:
parent
8c0f9ed4ce
commit
53c480077a
|
|
@ -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 -->
|
||||
|
|
|
|||
Loading…
Reference in New Issue