internal/syscall/unix: use getrandom_linux_generic.go on arm64be
authorAndrew Pinski <pinskia@gmail.com>
Sat, 18 Jan 2020 01:43:01 +0000 (01:43 +0000)
committerIan Lance Taylor <iant@golang.org>
Wed, 22 Jan 2020 23:05:26 +0000 (15:05 -0800)
Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/215342

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

index 61f01d739ff944c1f43fe7aacd3ae9cfeaa9e011..544c6e66e0dd39e92634c6f5e4432918212cd590 100644 (file)
@@ -1,4 +1,4 @@
-94a5ff53df24c58c5e6629ce6720a02aa9986322
+9ae2223f91c4ca642885b80d88eb0baf756acf94
 
 The first line of this file holds the git revision number of the last
 merge done from the gofrontend repository.
index 95748d5ebadc31af396d7d5192d4952f921e7be4..0c79ae54f4bce8749e653b828f5f2d9de22a19c2 100644 (file)
@@ -3,7 +3,7 @@
 // license that can be found in the LICENSE file.
 
 // +build linux
-// +build arm64 nios2 riscv64
+// +build arm64 arm64be nios2 riscv64
 
 package unix