From: Matthew Dempsky Date: Sat, 7 May 2016 06:16:15 +0000 (-0700) Subject: cmd/dist: build cmd/compile/internal/syntax X-Git-Tag: go1.8beta1~1786 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=36f61ed7ed962a25f41ecd6ab57cbaa5ce938bf1;p=gostls13.git cmd/dist: build cmd/compile/internal/syntax Change-Id: Ie6dd2318e031be445c0b1ae65d4c78723d5a1167 Reviewed-on: https://go-review.googlesource.com/27197 Run-TryBot: Matthew Dempsky TryBot-Result: Gobot Gobot Reviewed-by: Robert Griesemer --- diff --git a/src/cmd/dist/buildtool.go b/src/cmd/dist/buildtool.go index 6f16fc976f..13a4f90c30 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/dwarf",