libgo: fix getrandom build for 32-bit ppc
authorIan Lance Taylor <ian@gcc.gnu.org>
Sat, 6 Aug 2016 15:58:22 +0000 (15:58 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Sat, 6 Aug 2016 15:58:22 +0000 (15:58 +0000)
    Add a ppc build constraint for internal/syscall/unix.

    Reviewed-on: https://go-review.googlesource.com/25547

From-SVN: r239210

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

index 185d9e9d678d26c732f3be44e4230545c5457c8b..4128898c484be3034a56ca06851c487b2cfe1524 100644 (file)
@@ -1,4 +1,4 @@
-8473b709ebd46c03c0e36e140656bd8c5d32d883
+b50a0c3fa975186f934b76e25dae42eb65148d67
 
 The first line of this file holds the git revision number of the last
 merge done from the gofrontend repository.
index 9b6e9722be91f134d89a0268cdaa31b0536a40d8..a7d0bd9f73a7234342cf56b4aea8ebac7df2e5c0 100644 (file)
@@ -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