mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-24 12:51:15 +08:00
internal/syscall/unix: use getrandom_linux_generic.go on arm64be
Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/215342
This commit is contained in:
parent
55b7df8bfb
commit
26afdf5070
@ -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.
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user