diff options
| author | Joel Sing <joel@sing.id.au> | 2020-08-14 00:13:28 +1000 |
|---|---|---|
| committer | Joel Sing <joel@sing.id.au> | 2020-10-18 08:30:18 +0000 |
| commit | 15eaa870e14195c17dbb4be0d11bc40dba94ff22 (patch) | |
| tree | f9bfb2a873cfb258742608e725f4c2aad5fa7cf9 /src/cmd/dist | |
| parent | 515e6a9b12dfe654c86cfd070ee5d6ac144fe116 (diff) | |
| download | go-15eaa870e14195c17dbb4be0d11bc40dba94ff22.tar.xz | |
cmd/link: add support for external linking on linux/riscv64
Fixes #36739
Change-Id: Id7573b343786360c72524f9f27d2a8f08d379cf3
Reviewed-on: https://go-review.googlesource.com/c/go/+/243517
Trust: Joel Sing <joel@sing.id.au>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
Reviewed-by: Than McIntosh <thanm@google.com>
Run-TryBot: Cherry Zhang <cherryyz@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Diffstat (limited to 'src/cmd/dist')
| -rw-r--r-- | src/cmd/dist/test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/dist/test.go b/src/cmd/dist/test.go index 94b81613a9..bcb12f29fb 100644 --- a/src/cmd/dist/test.go +++ b/src/cmd/dist/test.go @@ -921,7 +921,7 @@ func (t *tester) extLink() bool { "darwin-amd64", "darwin-arm64", "dragonfly-amd64", "freebsd-386", "freebsd-amd64", "freebsd-arm", - "linux-386", "linux-amd64", "linux-arm", "linux-arm64", "linux-ppc64le", "linux-mips64", "linux-mips64le", "linux-mips", "linux-mipsle", "linux-s390x", + "linux-386", "linux-amd64", "linux-arm", "linux-arm64", "linux-ppc64le", "linux-mips64", "linux-mips64le", "linux-mips", "linux-mipsle", "linux-riscv64", "linux-s390x", "netbsd-386", "netbsd-amd64", "openbsd-386", "openbsd-amd64", "windows-386", "windows-amd64": |
