diff --git a/src/runtime/badlinkname_linux_amd64.go b/src/runtime/badlinkname_linux.go similarity index 94% rename from src/runtime/badlinkname_linux_amd64.go rename to src/runtime/badlinkname_linux.go index 8a2dae93ca4..ad74528da28 100644 --- a/src/runtime/badlinkname_linux_amd64.go +++ b/src/runtime/badlinkname_linux.go @@ -2,6 +2,8 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. +//go:build amd64 || arm64 + package runtime import _ "unsafe"