]> Cypherpunks repositories - gostls13.git/commit
[dev.cc] cmd/dist: bootstrap Go toolchain using Go 1.4
authorRuss Cox <rsc@golang.org>
Mon, 19 Jan 2015 17:57:35 +0000 (12:57 -0500)
committerRuss Cox <rsc@golang.org>
Wed, 21 Jan 2015 00:45:03 +0000 (00:45 +0000)
commit328ace91e655c5bc4bd3a29f3404f961837ddeb3
treead185f27d105808c5154d2c7a62147ea4cffbeb5
parent283b23297aec09439b6fcbc3e0d9973963b45af4
[dev.cc] cmd/dist: bootstrap Go toolchain using Go 1.4

Bootstrap the Go parts of the Go toolchain using Go 1.4,
as described in https://golang.org/s/go15bootstrap.

The first Go part of the Go toolchain will be cmd/objwriter,
but for now that's just an empty program to test that this
new code works.

Once the build dashboard is okay with this change,
we'll make objwriter a real program depended upon by the build.

Change-Id: Iad3dce675571cbdb5ab6298fe6f98f53ede47d5c
Reviewed-on: https://go-review.googlesource.com/3044
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/dist/build.go
src/cmd/dist/buildtool.go [new file with mode: 0644]
src/cmd/dist/util.go
src/make.bash