From: Tobias Klauser Date: Mon, 15 Jun 2020 11:57:39 +0000 (+0200) Subject: internal/syscall/unix: use getrandom_linux_generic.go on riscv X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=47ad09cb086715182eff01ef3da2fb7d79b0a396;p=gcc.git internal/syscall/unix: use getrandom_linux_generic.go on riscv Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/237899 --- 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