]> Cypherpunks repositories - gostls13.git/commit
cmd/link: remove the -shared flag
authorDavid Crawshaw <crawshaw@golang.org>
Fri, 9 Sep 2016 02:25:50 +0000 (22:25 -0400)
committerDavid Crawshaw <crawshaw@golang.org>
Fri, 9 Sep 2016 10:20:01 +0000 (10:20 +0000)
commit361d2738d5d750bd249661e725d3d9070fc3f2f5
tree2fd3e9627345d6aa0a202c0bb43a185ad1540a84
parent57d4e5763559634733452f62aba562a5df345192
cmd/link: remove the -shared flag

The -shared flag has been superseded by the -buildmode flag.

Change-Id: I3682cc0367b919084c280d7dc64746485c1d4ddd
Reviewed-on: https://go-review.googlesource.com/28852
Run-TryBot: David Crawshaw <crawshaw@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Michael Hudson-Doyle <michael.hudson@canonical.com>
src/cmd/link/internal/ld/main.go