]> Cypherpunks.ru repositories - gostls13.git/blobdiff - src/cmd/dist/buildtool.go
[dev.cc] cmd/dist: write cmd/internal/obj/zbootstrap.go
[gostls13.git] / src / cmd / dist / buildtool.go
index c493dd1e51f44464d2c20cf2e9be4761e440aaa6..10371526d33d1ff71a64c424b33e842ac3029368 100644 (file)
@@ -38,6 +38,8 @@ func bootstrapBuildTools() {
        }
        xprintf("##### Building Go toolchain using %s.\n", goroot_bootstrap)
 
+       mkzbootstrap(pathf("%s/src/cmd/internal/obj/zbootstrap.go", goroot))
+
        // Use $GOROOT/pkg/bootstrap as the bootstrap workspace root.
        // We use a subdirectory of $GOROOT/pkg because that's the
        // space within $GOROOT where we store all generated objects.