]> Cypherpunks repositories - gostls13.git/commit
cmd/link: enable internal linker in more cases for ppc64le
authorPaul E. Murphy <murp@ibm.com>
Tue, 23 Mar 2021 21:17:00 +0000 (16:17 -0500)
committerLynn Boger <laboger@linux.vnet.ibm.com>
Thu, 9 Sep 2021 19:43:39 +0000 (19:43 +0000)
commit2c4f389c0298a37f1f3c000ad8b87e65d46c757f
treed4b5cfa02faefde3625f3f6383234b1d40855807
parentfb84e99eb76615f63fc2d6bc93c244a84d6e9c22
cmd/link: enable internal linker in more cases for ppc64le

The internal linker is capable of linking the ppc64le linux
race detector and approved cgo packages.

Likewise, ppc64/linux and ppc64/aix do not support the race
detector. Thus, extra code to enforce external linking when
using the race detector on ppc64/ppc64le can be removed
entirely.

Fixes #21961

Change-Id: I10db14f65ee616ee3291e17409e8333e3af7d4df
Reviewed-on: https://go-review.googlesource.com/c/go/+/304459
Run-TryBot: Paul Murphy <murp@ibm.com>
TryBot-Result: Go Bot <gobot@golang.org>
Trust: Lynn Boger <laboger@linux.vnet.ibm.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
src/cmd/dist/test.go
src/cmd/link/internal/ld/config.go