internal/syscall/unix: use getrandom_linux_generic.go on riscv
authorTobias Klauser <tklauser@distanz.ch>
Mon, 15 Jun 2020 11:57:39 +0000 (13:57 +0200)
committerIan Lance Taylor <iant@golang.org>
Mon, 15 Jun 2020 19:00:12 +0000 (12:00 -0700)
Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/237899

gcc/go/gofrontend/MERGE
libgo/go/internal/syscall/unix/getrandom_linux_generic.go

index c8b78bfda042435756de0af71d9125487ef61428..9a33735b9c72d8e9881f2561ed9f893d9ecc811d 100644 (file)
@@ -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.
index 0c79ae54f4bce8749e653b828f5f2d9de22a19c2..007e769c39793ea9f885c988b5d13ca4dba2a7e8 100644 (file)
@@ -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