summaryrefslogtreecommitdiff
path: root/libgo/go/crypto/aes/cipher_generic.go
diff options
context:
space:
mode:
Diffstat (limited to 'libgo/go/crypto/aes/cipher_generic.go')
-rw-r--r--libgo/go/crypto/aes/cipher_generic.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/go/crypto/aes/cipher_generic.go b/libgo/go/crypto/aes/cipher_generic.go
index 2c8d299c880..98169bf5fd7 100644
--- a/libgo/go/crypto/aes/cipher_generic.go
+++ b/libgo/go/crypto/aes/cipher_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,!s390x
+// -build !amd64,!s390x,!ppc64le
package aes