aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/md5/md5block_ppc64x.s
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/md5/md5block_ppc64x.s')
-rw-r--r--src/crypto/md5/md5block_ppc64x.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crypto/md5/md5block_ppc64x.s b/src/crypto/md5/md5block_ppc64x.s
index 69a20e7cad..f607040d02 100644
--- a/src/crypto/md5/md5block_ppc64x.s
+++ b/src/crypto/md5/md5block_ppc64x.s
@@ -10,7 +10,7 @@
// Licence: I hereby disclaim the copyright on this code and place it
// in the public domain.
-//go:build ppc64 || ppc64le
+//go:build (ppc64 || ppc64le) && !purego
#include "textflag.h"