From 851e6c6a8e43977768b9ca8db1bfd66bfda67f2f Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Sat, 6 Aug 2016 15:58:22 +0000 Subject: libgo: fix getrandom build for 32-bit ppc Add a ppc build constraint for internal/syscall/unix. Reviewed-on: https://go-review.googlesource.com/25547 From-SVN: r239210 --- libgo/go/internal/syscall/unix/getrandom_linux_ppc64x.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libgo') diff --git a/libgo/go/internal/syscall/unix/getrandom_linux_ppc64x.go b/libgo/go/internal/syscall/unix/getrandom_linux_ppc64x.go index 9b6e972..a7d0bd9 100644 --- a/libgo/go/internal/syscall/unix/getrandom_linux_ppc64x.go +++ b/libgo/go/internal/syscall/unix/getrandom_linux_ppc64x.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// +build ppc64 ppc64le +// +build ppc ppc64 ppc64le package unix -- cgit v1.1