]> Cypherpunks repositories - gostls13.git/commit
cmd/go: fix addition of "math" dependency for arm binaries
authorRuss Cox <rsc@golang.org>
Tue, 11 Aug 2015 14:33:25 +0000 (10:33 -0400)
committerRuss Cox <rsc@golang.org>
Tue, 11 Aug 2015 19:13:12 +0000 (19:13 +0000)
commit28fb0d802380391044650e36f186c27302d6f578
tree52bfe280f029868674a81f6c6c2d8cd0bcf18c29
parent8ce80ce87ded2c02a3b7c2f15cbd19e8c2cc062d
cmd/go: fix addition of "math" dependency for arm binaries

p.ImportPath is the directory-derived path (like cmd/go).
p.Name is the actual package name.

Fixes #12089.

Change-Id: Ief76d42a85f811b0dfe2218affb48551527a7d44
Reviewed-on: https://go-review.googlesource.com/13530
Reviewed-by: David Crawshaw <crawshaw@golang.org>
src/cmd/go/go_test.go
src/cmd/go/pkg.go