]> Cypherpunks repositories - gostls13.git/commit
cmd/go: don't pass both -static and -pie to cgo compiler
authorIan Lance Taylor <iant@golang.org>
Tue, 3 Jul 2018 19:05:51 +0000 (12:05 -0700)
committerIan Lance Taylor <iant@golang.org>
Wed, 4 Jul 2018 00:22:11 +0000 (00:22 +0000)
commit36c623046b9d9da2ae614f9dd526709271160c3c
treee9c6df84d902347d54fc4726cfeaff4a1dae0ab9
parent5929ead6fbdec684c38157d45715c46107fa6ada
cmd/go: don't pass both -static and -pie to cgo compiler

Along with CL 122135,
Fixes #26197

Change-Id: I61e8cfb0dcc39885acf8ffa1ffb34cbbe4dc1dc3
Reviewed-on: https://go-review.googlesource.com/122155
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/go/internal/work/exec.go