mirror of https://github.com/golang/go.git
cmd/dist: build cmd/compile/internal/syntax
Change-Id: Ie6dd2318e031be445c0b1ae65d4c78723d5a1167 Reviewed-on: https://go-review.googlesource.com/27197 Run-TryBot: Matthew Dempsky <mdempsky@google.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Robert Griesemer <gri@golang.org>
This commit is contained in:
parent
c8683ff797
commit
36f61ed7ed
|
|
@ -36,9 +36,10 @@ var bootstrapDirs = []string{
|
|||
"compile/internal/gc",
|
||||
"compile/internal/mips64",
|
||||
"compile/internal/ppc64",
|
||||
"compile/internal/ssa",
|
||||
"compile/internal/x86",
|
||||
"compile/internal/s390x",
|
||||
"compile/internal/ssa",
|
||||
"compile/internal/syntax",
|
||||
"compile/internal/x86",
|
||||
"internal/bio",
|
||||
"internal/gcprog",
|
||||
"internal/dwarf",
|
||||
|
|
|
|||
Loading…
Reference in New Issue