mirror of
https://github.com/golang/go
synced 2024-11-18 04:04:49 -07:00
cmd/dist: don't copy arm64 specific files for bootstap build
This patch avoids copying cmd/compile/internal/ssa/flags_arm64_test.s. Fixes #39701 Change-Id: I35d0567e2d3455faf28828c55a0b6d66a5be49e2 Reviewed-on: https://go-review.googlesource.com/c/go/+/238679 Run-TryBot: fannie zhang <Fannie.Zhang@arm.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Keith Randall <khr@golang.org>
This commit is contained in:
parent
b424a312ea
commit
27a0012bd6
1
src/cmd/dist/buildtool.go
vendored
1
src/cmd/dist/buildtool.go
vendored
@ -115,6 +115,7 @@ var ignorePrefixes = []string{
|
||||
// These must not be copied into the bootstrap build directory.
|
||||
var ignoreSuffixes = []string{
|
||||
"_arm64.s",
|
||||
"_arm64_test.s",
|
||||
"_arm64.go",
|
||||
"_riscv64.s",
|
||||
"_riscv64.go",
|
||||
|
Loading…
Reference in New Issue
Block a user