]> Cypherpunks.ru repositories - gostls13.git/commit
cmd/dist: redo flag-passing for bootstrap
authorDavid Chase <drchase@google.com>
Fri, 18 Mar 2016 17:35:34 +0000 (13:35 -0400)
committerDavid Chase <drchase@google.com>
Fri, 18 Mar 2016 19:00:03 +0000 (19:00 +0000)
commit982322769c1ca0e038d21a7028359c363acb7b8e
treebdbf27df333dccc539cb5d8f383e5f0b8266c954
parent40bd28f0c79b6791c7fd86ce42badde300286864
cmd/dist: redo flag-passing for bootstrap

This ought to revert the bad effects of
https://go-review.googlesource.com/#/c/20775/
If you don't pass BOOT_GO_GCFLAGS, you get the
old behavior.

Tweaked to allow multiple space-separated flags in
BOOT_GO_GCFLAGS.

Change-Id: I2a22a04211b4535d1c5a8ec7a8a78cb051161c31
Reviewed-on: https://go-review.googlesource.com/20871
Run-TryBot: David Chase <drchase@google.com>
Reviewed-by: Russ Cox <rsc@golang.org>
src/cmd/dist/build.go
src/make.bash