diff options
Diffstat (limited to 'src/internal')
| -rw-r--r-- | src/internal/platform/supported.go | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/internal/platform/supported.go b/src/internal/platform/supported.go index f9706a6988..778d727086 100644 --- a/src/internal/platform/supported.go +++ b/src/internal/platform/supported.go @@ -89,11 +89,6 @@ func MustLinkExternal(goos, goarch string, withCgo bool) bool { // Internally linking cgo is incomplete on some architectures. // https://go.dev/issue/14449 return true - case "arm64": - if goos == "windows" { - // windows/arm64 internal linking is not implemented. - return true - } case "ppc64": // Big Endian PPC64 cgo internal linking is not implemented for aix or linux. // https://go.dev/issue/8912 |
