1
0
mirror of https://github.com/golang/go synced 2024-11-18 23:44:43 -07:00
go/cmd/toolstash
Josh Bleecher Snyder 322b9d710a cmd/toolstash: use 'go tool dist list' to get platforms
This fixes several issues:

* The ls sed hackery generates GOARCH values mipsx and mipsxle,
  instead of mips, mips64, mipsle, and mips64le.
* It removes the dependence on the 9 command.
* It marginally increases readability.

Change-Id: Ie46abc289c2c9923eed693dcf1194f4fd3ea9bd2
Reviewed-on: https://go-review.googlesource.com/38347
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
2017-03-22 14:37:47 +00:00
..
buildall cmd/toolstash: use 'go tool dist list' to get platforms 2017-03-22 14:37:47 +00:00
cmp.go cmd/toolstash: import from rsc.io 2016-11-04 00:31:11 +00:00
main.go cmd/toolstash: don't pass -N when compiling runtime 2017-03-20 21:03:53 +00:00