From: Russ Cox Date: Fri, 13 Feb 2015 19:43:08 +0000 (-0500) Subject: [dev.cc] cmd/go: install new6g etc (once they are committed) to tool directory X-Git-Tag: go1.5beta1~1915^2~49 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=c11882bc3e8f6ab4eea79d7bbd0647b31dad7482;p=gostls13.git [dev.cc] cmd/go: install new6g etc (once they are committed) to tool directory Change-Id: I2853535ab6c79d14f430c780161e4c35c52d9fb3 Reviewed-on: https://go-review.googlesource.com/4839 Reviewed-by: Rob Pike --- diff --git a/src/cmd/go/pkg.go b/src/cmd/go/pkg.go index ecb39d900a..6d8929b0a9 100644 --- a/src/cmd/go/pkg.go +++ b/src/cmd/go/pkg.go @@ -401,6 +401,10 @@ var goTools = map[string]targetDir{ "cmd/new6a": toTool, "cmd/new8a": toTool, "cmd/new9a": toTool, + "cmd/new5g": toTool, + "cmd/new6g": toTool, + "cmd/new8g": toTool, + "cmd/new9g": toTool, "cmd/nm": toTool, "cmd/objdump": toTool, "cmd/objwriter": toTool,