]> Cypherpunks repositories - gostls13.git/commit
cmd/dist: avoid darwin_amd64 assumption in debug prints
authorRuss Cox <rsc@golang.org>
Tue, 31 Oct 2017 13:59:29 +0000 (09:59 -0400)
committerRuss Cox <rsc@golang.org>
Tue, 31 Oct 2017 16:25:52 +0000 (16:25 +0000)
commit51daa25c6c3441dc9e5a10f65896f553e3f7a862
treead4145f1301ae7e5cf324c0c37f099b1b77f66d6
parentfc768da8b8030e6f344be6bbc86ae08c30f02849
cmd/dist: avoid darwin_amd64 assumption in debug prints

Noted in CL 73212 review by crawshaw.
Neglected to update CL 73212 before submitting.

Also fix printing of target goos/goarch for cross-compile build.

Change-Id: If702f23071a4456810f1de6abb9115b38933c5c1
Reviewed-on: https://go-review.googlesource.com/74631
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: David Crawshaw <crawshaw@golang.org>
src/cmd/dist/build.go