1
0
mirror of https://github.com/golang/go synced 2024-10-02 08:18:32 -06:00

[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 <r@golang.org>
This commit is contained in:
Russ Cox 2015-02-13 14:43:08 -05:00
parent 2286989912
commit c11882bc3e

View File

@ -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,