]> Cypherpunks repositories - gostls13.git/commit
cmd/go: support -buildmode=shared
authorMichael Hudson-Doyle <michael.hudson@canonical.com>
Sun, 22 Mar 2015 23:30:18 +0000 (12:30 +1300)
committerIan Lance Taylor <iant@golang.org>
Wed, 15 Apr 2015 23:53:32 +0000 (23:53 +0000)
commit725cd2ea72de70f2ff469b7a739a64e5fb6aa539
tree5d665f6c7e671aa81341817d493feb744f414364
parent6e83ef6d2149d1dd9333a2ff955a0dfdb5475bb5
cmd/go: support -buildmode=shared

You can now do 'go install -buildmode=shared std' and get yourself
a nice (33 meg) libstd.so (which is not useful until there is -linkshared
support as well, of course).

Change-Id: Ie9b7e7f72abc7d369a6e3ecc98903a9d197bd6e6
Reviewed-on: https://go-review.googlesource.com/8300
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/go/build.go
src/cmd/go/doc.go
src/cmd/go/help.go