]> Cypherpunks repositories - gostls13.git/commit
cmd/dist: add BOOT_GO_LDFLAGS - counterpart of BOOT_GO_GCFLAGS
authorMihai Moldovan <ionic@ionic.de>
Tue, 9 Apr 2019 10:25:49 +0000 (10:25 +0000)
committerIan Lance Taylor <iant@golang.org>
Wed, 10 Apr 2019 21:23:18 +0000 (21:23 +0000)
commit512b3c63b7472d2baab881de4dbcbd0ab8e447ab
tree642bc8483ef4369a2feecef40d8258dc315b55c4
parentc3495058786a3c05699f0d4a39ecc7df39e58897
cmd/dist: add BOOT_GO_LDFLAGS - counterpart of BOOT_GO_GCFLAGS

This allows passing custom LDFLAGS while building the bootstrapping
tool.

Afterwards, GO_LDFLAGS will be used as usual.

Change-Id: I1e224e3ce8bf7b2ce1ef8fec1894720338f04396
GitHub-Last-Rev: 17d40dc2dd2f0815331cb2f8de3445f86687cc45
GitHub-Pull-Request: golang/go#31298
Reviewed-on: https://go-review.googlesource.com/c/go/+/171037
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/dist/build.go