summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@golang.org>2016-11-10 09:59:42 -0800
committerIan Lance Taylor <iant@golang.org>2016-11-10 18:46:00 +0000
commitb77bff97c4817656dd3bf49f14d1834c411be084 (patch)
tree4150a5a07eb2bc24577fcabce756efaae751c334 /lib
parenta0d2e9699f1cc83a854c52843ff15d07f83bce47 (diff)
downloadgo-git-b77bff97c4817656dd3bf49f14d1834c411be084.tar.gz
cmd/go: -ldflags=-linkmode=external requires runtime/cgo
We add runtime/cgo to the list of import paths for various cases that imply external linking mode, but before this change we did not add for an explicit request of external linking mode. This fixes the case where you are using a non-default buildmode that implies a different compilation option (for example, -buildmode=pie implies -shared) and the runtime/cgo package for that option is stale. No test, as I'm not sure how to write one. It would require forcing a stale runtime/cgo. Change-Id: Id0409c7274ce67fe15d910baf587d3220cb53d83 Reviewed-on: https://go-review.googlesource.com/33070 Reviewed-by: Michael Hudson-Doyle <michael.hudson@canonical.com>
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions