Commit c11882bc authored by Russ Cox's avatar Russ Cox

[dev.cc] cmd/go: install new6g etc (once they are committed) to tool directory

Change-Id: I2853535ab6c79d14f430c780161e4c35c52d9fb3
Reviewed-on: https://go-review.googlesource.com/4839Reviewed-by: default avatarRob Pike <r@golang.org>
parent 22869899
......@@ -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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment