]> Cypherpunks repositories - gostls13.git/commit
cmd/internal/notsha256: fix ppc64 build
authorRuss Cox <rsc@golang.org>
Tue, 3 May 2022 11:14:48 +0000 (07:14 -0400)
committerGopher Robot <gobot@golang.org>
Tue, 3 May 2022 12:34:17 +0000 (12:34 +0000)
commita41e37f56a4fc2523ac88a76bf54ba3e45dcf533
tree2b216742c7d13fecc9c7cdd3b760cfddb92c6431
parent0668e3cb1a8407547f1b4e316748d3b898564f8e
cmd/internal/notsha256: fix ppc64 build

The Go 1.8 toolchain on the builder does not support the
assembly in this directory for ppc64, so just delete it.

Change-Id: I97caf9d176b7d72b4a265a008b84d91bb86ef70e
Reviewed-on: https://go-review.googlesource.com/c/go/+/403616
TryBot-Result: Gopher Robot <gobot@golang.org>
Auto-Submit: Russ Cox <rsc@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: Cuong Manh Le <cuong.manhle.vn@gmail.com>
src/cmd/internal/notsha256/sha256block_decl.go
src/cmd/internal/notsha256/sha256block_generic.go
src/cmd/internal/notsha256/sha256block_ppc64x.s [deleted file]