]> Cypherpunks repositories - gostls13.git/commit
cmd/link/internal/amd64: -buildmode=c-archive forces external link mode
authorIan Lance Taylor <iant@golang.org>
Tue, 26 May 2015 20:49:59 +0000 (13:49 -0700)
committerIan Lance Taylor <iant@golang.org>
Tue, 26 May 2015 21:49:45 +0000 (21:49 +0000)
commitb2f95a167aacc11177d66d1a3235d84a2b1f3538
treeee99250981f2e78c038c8906c8d9fef80a2136bd
parent310fb9e8087471f6ab65d8c464df10572c0d38ed
cmd/link/internal/amd64: -buildmode=c-archive forces external link mode

At some point this code should probably move to cmd/link/internal/ld,
but at least for now just handle c-archive like c-shared.

Change-Id: Ic17656529cb0fe189a37f15e670350ab13bb5276
Reviewed-on: https://go-review.googlesource.com/10385
Reviewed-by: Andrew Gerrand <adg@golang.org>
src/cmd/link/internal/amd64/obj.go