]> Cypherpunks repositories - gostls13.git/commit
cmd/go: remove .o and .a files in builder.collect
authorRuss Cox <rsc@golang.org>
Thu, 3 Nov 2016 03:22:18 +0000 (23:22 -0400)
committerRuss Cox <rsc@golang.org>
Thu, 3 Nov 2016 16:06:37 +0000 (16:06 +0000)
commit5f9fb1ce0293c3d5bc2b0fd81ad7e0aaafd414f0
tree1b3d590094cb3c9ed03c9f2133e211c1659f26c3
parent23e6e1124522267655b05a5f47f62fc99f0e56c3
cmd/go: remove .o and .a files in builder.collect

This matches the removal of .so files and makes the processing
of '-L/path/to -lfoo' and plain '/path/to/foo.a' match.

Fixes #16463.

Change-Id: I1464c5390d7eb6a3a33b4b2c951f87ef392ec94a
Reviewed-on: https://go-review.googlesource.com/32642
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/go/build.go