From 47ad09cb086715182eff01ef3da2fb7d79b0a396 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Mon, 15 Jun 2020 13:57:39 +0200 Subject: [PATCH] internal/syscall/unix: use getrandom_linux_generic.go on riscv Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/237899 --- gcc/go/gofrontend/MERGE | 2 +- libgo/go/internal/syscall/unix/getrandom_linux_generic.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/go/gofrontend/MERGE b/gcc/go/gofrontend/MERGE index c8b78bfda04..9a33735b9c7 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -74199467ea912138c1b76e9a156bb47886be1436 +925d115397e7ec663f669ee5ac31b6dfccea5724 The first line of this file holds the git revision number of the last merge done from the gofrontend repository. diff --git a/libgo/go/internal/syscall/unix/getrandom_linux_generic.go b/libgo/go/internal/syscall/unix/getrandom_linux_generic.go index 0c79ae54f4b..007e769c397 100644 --- a/libgo/go/internal/syscall/unix/getrandom_linux_generic.go +++ b/libgo/go/internal/syscall/unix/getrandom_linux_generic.go @@ -3,7 +3,7 @@ // license that can be found in the LICENSE file. // +build linux -// +build arm64 arm64be nios2 riscv64 +// +build arm64 arm64be nios2 riscv riscv64 package unix -- 2.30.2