aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Dempsky <mdempsky@google.com>2016-05-06 23:16:15 -0700
committerMatthew Dempsky <mdempsky@google.com>2016-08-16 14:32:09 -0700
commit55b9234023a224e047dcb2ef4796091f79ee3453 (patch)
treeaee5c765eaa4833e61bd31b36252e6d9bb10e998
parentd6d493fc569ce5e8925843da213cea249ce34aae (diff)
downloadgo-55b9234023a224e047dcb2ef4796091f79ee3453.tar.gz
go-55b9234023a224e047dcb2ef4796091f79ee3453.zip
cmd/dist: build cmd/compile/internal/syntax
Change-Id: Ie6dd2318e031be445c0b1ae65d4c78723d5a1167
-rw-r--r--src/cmd/dist/buildtool.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cmd/dist/buildtool.go b/src/cmd/dist/buildtool.go
index a535316ca0..ca1b3411d8 100644
--- a/src/cmd/dist/buildtool.go
+++ b/src/cmd/dist/buildtool.go
@@ -36,9 +36,10 @@ var bootstrapDirs = []string{
"compile/internal/gc",
"compile/internal/mips64",
"compile/internal/ppc64",
+ "compile/internal/s390x",
"compile/internal/ssa",
+ "compile/internal/syntax",
"compile/internal/x86",
- "compile/internal/s390x",
"internal/bio",
"internal/gcprog",
"internal/obj",