aboutsummaryrefslogtreecommitdiff
path: root/libgo/go/runtime/hash32.go
diff options
context:
space:
mode:
Diffstat (limited to 'libgo/go/runtime/hash32.go')
-rw-r--r--libgo/go/runtime/hash32.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/go/runtime/hash32.go b/libgo/go/runtime/hash32.go
index fba6bc3..89efc1c 100644
--- a/libgo/go/runtime/hash32.go
+++ b/libgo/go/runtime/hash32.go
@@ -6,7 +6,7 @@
// xxhash: https://code.google.com/p/xxhash/
// cityhash: https://code.google.com/p/cityhash/
-// +build 386 arm armbe m68k mips mipsle nios2 ppc s390 sh shbe sparc
+// +build 386 arm armbe m68k mips mipsle nios2 ppc riscv s390 sh shbe sparc
package runtime