]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/dist: build cmd/compile/internal/syntax
authorMatthew Dempsky <mdempsky@google.com>
Sat, 7 May 2016 06:16:15 +0000 (23:16 -0700)
committerMatthew Dempsky <mdempsky@google.com>
Thu, 18 Aug 2016 21:33:53 +0000 (21:33 +0000)
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>
src/cmd/dist/buildtool.go

index 6f16fc976f0396e15570a39e71ad05f929c97863..13a4f90c30f03c28958de280d7d7194e327d85a5 100644 (file)
@@ -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",