]> Cypherpunks repositories - gostls13.git/commit
misc/dist: support building statically linked toolchain.
authorShenghou Ma <minux.ma@gmail.com>
Thu, 3 Oct 2013 00:14:54 +0000 (20:14 -0400)
committerShenghou Ma <minux.ma@gmail.com>
Thu, 3 Oct 2013 00:14:54 +0000 (20:14 -0400)
commita978b1e049268cd2726c521fa3526976c7af7351
treee29ae3841a88a5f5fa9894736d8d030f4354daba
parent0857045818d7cd31edfa54dec2c2b88af665c87c
misc/dist: support building statically linked toolchain.
so that we don't need worry about specifying the required
libc version (note: as cmd/go will still be dynamically
linked to libc, we still need to perform the build on OSes
with an old enough libc. But as cmd/go doesn't rely on many
libc symbols, the situation should be significantly better).

Fixes #3564.

R=golang-dev, adg
CC=golang-dev
https://golang.org/cl/14261043
misc/dist/bindist.go