1
0
mirror of https://github.com/golang/go synced 2024-11-24 03:30:18 -07:00

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:
Matthew Dempsky 2016-05-06 23:16:15 -07:00
parent c8683ff797
commit 36f61ed7ed

View File

@ -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",