From 328ace91e655c5bc4bd3a29f3404f961837ddeb3 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Mon, 19 Jan 2015 12:57:35 -0500 Subject: [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 --- src/make.bash | 1 - 1 file changed, 1 deletion(-) (limited to 'src/make.bash') diff --git a/src/make.bash b/src/make.bash index c8573c9954..e962f04fcf 100755 --- a/src/make.bash +++ b/src/make.bash @@ -141,7 +141,6 @@ if [ "$1" = "--dist-tool" ]; then exit 0 fi -echo "##### Building compilers and Go bootstrap tool for host, $GOHOSTOS/$GOHOSTARCH." buildall="-a" if [ "$1" = "--no-clean" ]; then buildall="" -- cgit v1.3