diff options
Diffstat (limited to 'libgo/go/crypto/sha256/sha256block_generic.go')
-rw-r--r-- | libgo/go/crypto/sha256/sha256block_generic.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/go/crypto/sha256/sha256block_generic.go b/libgo/go/crypto/sha256/sha256block_generic.go index d7d78fd51b3..5cd022d2697 100644 --- a/libgo/go/crypto/sha256/sha256block_generic.go +++ b/libgo/go/crypto/sha256/sha256block_generic.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// -build !amd64,!386,!s390x +// -build !amd64,!386,!s390x,!ppc64le package sha256 |