cmd: delete some more windows/arm remnants

Updates #71671

Amends CL 699176, CL 698415, CL 698036, CL 648795.

Change-Id: I69adff73d1c9631e07df63fc84c80ec0204d49d5
Reviewed-on: https://go-review.googlesource.com/c/go/+/700835
Reviewed-by: Michael Pratt <mpratt@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
This commit is contained in:
Kir Kolyshkin 2025-09-03 19:27:33 -07:00 committed by Kirill Kolyshkin
parent fad1dc608d
commit fe5420b054
2 changed files with 1 additions and 13 deletions

View file

@ -1211,7 +1211,7 @@ func (t *tester) internalLinkPIE() bool {
case "darwin-amd64", "darwin-arm64", case "darwin-amd64", "darwin-arm64",
"linux-amd64", "linux-arm64", "linux-loong64", "linux-ppc64le", "linux-amd64", "linux-arm64", "linux-loong64", "linux-ppc64le",
"android-arm64", "android-arm64",
"windows-amd64", "windows-386", "windows-arm": "windows-amd64", "windows-386":
return true return true
} }
return false return false

View file

@ -1,12 +0,0 @@
golang.org/toolchain@v0.0.1-go1.999testmod.windows-arm
-- .mod --
module golang.org/toolchain
-- .info --
{"Version":"v0.0.1-go1.999testmod.windows-arm"}
-- go.mod --
module golang.org/toolchain
-- bin/go.bat --
@echo go1.999testmod here!
-- pkg/tool/fake --
-- lib/wasm/go_js_wasm_exec --