Commit 41f5bafc authored by Russ Cox's avatar Russ Cox

cmd/dist: build linkers written in Go

Change-Id: Ia36fa5e617ceacbbca9f30f4e109d94e515b38ef
Reviewed-on: https://go-review.googlesource.com/6336Reviewed-by: default avatarRob Pike <r@golang.org>
Reviewed-by: default avatarDave Cheney <dave@cheney.net>
parent 1f9dbb60
......@@ -38,11 +38,16 @@ var bootstrapDirs = []string{
"asm/internal/lex",
"internal/asm",
"internal/gc",
"internal/ld",
"internal/obj",
"internal/obj/arm",
"internal/obj/i386",
"internal/obj/ppc64",
"internal/obj/x86",
"new5l",
"new6l",
"new8l",
"new9l",
}
func bootstrapBuildTools() {
......
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