]> Cypherpunks repositories - gostls13.git/commit
cmd/go: fix linker arguments
authorRuss Cox <rsc@golang.org>
Thu, 12 Jan 2012 18:18:03 +0000 (10:18 -0800)
committerRuss Cox <rsc@golang.org>
Thu, 12 Jan 2012 18:18:03 +0000 (10:18 -0800)
commit725f084b1165f910e32cb40006c9d530d95ca938
treebc598b3ebc60dd770464c1b29052271a9bd579a0
parenta03c519a8cf38014220385099460061b045ffae0
cmd/go: fix linker arguments

Especially affects tests, but not test-specific.
The linker was only being told where to find the
direct dependencies of package main.  Sometimes that
was sufficient to find the rest; sometimes not.

Fixes #2657.
Fixes #2666.
Fixes #2680.

R=golang-dev, adg, rogpeppe
CC=golang-dev
https://golang.org/cl/5528079
src/cmd/go/build.go
src/cmd/go/pkg.go