summaryrefslogtreecommitdiff
path: root/src/runtime/noasm.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/noasm.go')
-rw-r--r--src/runtime/noasm.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/noasm.go b/src/runtime/noasm.go
index 43c16860b..1337fc9a1 100644
--- a/src/runtime/noasm.go
+++ b/src/runtime/noasm.go
@@ -5,7 +5,7 @@
// Routines that are implemented in assembly in asm_{amd64,386}.s
// but are implemented in Go for arm.
-// +build arm power64 power64le
+// +build arm ppc64 ppc64le
package runtime