mirror of
https://github.com/golang/go
synced 2024-11-19 08:54:47 -07:00
cmd/dist: build linkers written in Go
Change-Id: Ia36fa5e617ceacbbca9f30f4e109d94e515b38ef Reviewed-on: https://go-review.googlesource.com/6336 Reviewed-by: Rob Pike <r@golang.org> Reviewed-by: Dave Cheney <dave@cheney.net>
This commit is contained in:
parent
1f9dbb60ef
commit
41f5bafc51
5
src/cmd/dist/buildtool.go
vendored
5
src/cmd/dist/buildtool.go
vendored
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user