]> Cypherpunks repositories - gostls13.git/commit
cmd/dist: record default GO_EXTLINK_ENABLED in Go
authorRuss Cox <rsc@golang.org>
Sat, 28 Feb 2015 03:50:01 +0000 (22:50 -0500)
committerRuss Cox <rsc@golang.org>
Sun, 1 Mar 2015 00:39:15 +0000 (00:39 +0000)
commit79341998770e2a9ede011a3d0e0291ec281bbc86
tree1f4780621848bc0d9e2109ba65674e23727fd252
parentd7b10060b6275af78b4d7b8d01b80b63747a3869
cmd/dist: record default GO_EXTLINK_ENABLED in Go

Today it's only recorded for C, but the Go version of the linker will need it.

Change-Id: I0de56d98e8f3f1b7feb830458c0934af367fd29a
Reviewed-on: https://go-review.googlesource.com/6333
Reviewed-by: Rob Pike <r@golang.org>
Reviewed-by: Minux Ma <minux@golang.org>
src/cmd/dist/buildruntime.go
src/cmd/internal/obj/util.go