1
0
mirror of https://github.com/golang/go synced 2024-11-07 15:16:15 -07:00

cmd/dist: copy cmd/internal/xcoff to bootstrap directory

Fixes build.

Change-Id: Id3d78ae9e4669371b4ebf29f69217d0809ffb829
Reviewed-on: https://go-review.googlesource.com/c/143917
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
Ian Lance Taylor 2018-10-22 17:14:36 -07:00 committed by Brad Fitzpatrick
parent 0cc4c2971d
commit 47cc59f31f

View File

@ -65,6 +65,7 @@ var bootstrapDirs = []string{
"cmd/internal/obj/wasm",
"cmd/internal/src",
"cmd/internal/sys",
"cmd/internal/xcoff",
"cmd/link",
"cmd/link/internal/amd64",
"cmd/link/internal/arm",