]> Cypherpunks repositories - gostls13.git/commit
cmd/go: add -asmflags build flag
authorSrdjan Petrovic <spetrovic@google.com>
Tue, 17 Mar 2015 18:57:11 +0000 (11:57 -0700)
committerIan Lance Taylor <iant@golang.org>
Fri, 27 Mar 2015 22:52:48 +0000 (22:52 +0000)
commit71756355dc18a3905bbaafeaed4b357558535454
tree91fe070efc01313492a5cbfe06ebbe7bb6ecff58
parent8da54a4eec860b2b96d43abe3a40f1c08edb6493
cmd/go: add -asmflags build flag

We need this in order to pass the "-shared" flag to the assembler.

Change-Id: I9c15cfe4d32c1e5e8cae1b9b2c924cfd77923b55
Reviewed-on: https://go-review.googlesource.com/7694
Reviewed-by: David Crawshaw <crawshaw@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/go/build.go
src/cmd/go/doc.go