]> Cypherpunks repositories - gostls13.git/commit
cmd/dist: detect gohostarch for openbsd/mips64
authorJoel Sing <joel@sing.id.au>
Tue, 25 Aug 2020 17:18:30 +0000 (03:18 +1000)
committerJoel Sing <joel@sing.id.au>
Sun, 18 Oct 2020 08:32:19 +0000 (08:32 +0000)
commit9499a2e10840e3878bff06e7f9a3bdaa56c5ca45
tree9fd5fa4b490959b0496939aeeaef95d6966eaf81
parent15eaa870e14195c17dbb4be0d11bc40dba94ff22
cmd/dist: detect gohostarch for openbsd/mips64

On OpenBSD/octeon `uname -m` returns 'octeon' and we need `uname -p` to determine
the processor type (mips64).

Update #40995

Change-Id: I37c53ca2c372ab958fff17917d82d41f4b0a0393
Reviewed-on: https://go-review.googlesource.com/c/go/+/250583
Trust: Joel Sing <joel@sing.id.au>
Run-TryBot: Joel Sing <joel@sing.id.au>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/dist/main.go