Commit 30e36983 authored by Russ Cox's avatar Russ Cox

cmd/go: install new5l etc to tool dir

Change-Id: I77ab2bed5884b0763147703fd976d462d036336d
Reviewed-on: https://go-review.googlesource.com/6334Reviewed-by: default avatarRob Pike <r@golang.org>
Reviewed-by: default avatarDave Cheney <dave@cheney.net>
parent 79341998
......@@ -406,6 +406,10 @@ var goTools = map[string]targetDir{
"cmd/dist": toTool,
"cmd/fix": toTool,
"cmd/link": toTool,
"cmd/new5l": toTool,
"cmd/new6l": toTool,
"cmd/new8l": toTool,
"cmd/new9l": toTool,
"cmd/nm": toTool,
"cmd/objdump": toTool,
"cmd/pack": 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