internal/syscall/unix: restore ppc build tag
authorIan Lance Taylor <iant@golang.org>
Tue, 11 Aug 2020 18:36:23 +0000 (11:36 -0700)
committerIan Lance Taylor <iant@golang.org>
Tue, 11 Aug 2020 19:28:46 +0000 (12:28 -0700)
It was accidentally lost in the 1.15rc1 merge.

Fixes PR go/96567

Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/247843

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

index 93aa18cec06758b7a013c07fa47e04bd9f14251f..08daa1a59240ac121f32b0d645f88cf6af685655 100644 (file)
@@ -1,4 +1,4 @@
-c512af85eb8c75a759b5e4fc6b72041fe09b75f1
+e08f1d7d1bc14c0a29eb9ee17980f14fa2397239
 
 The first line of this file holds the git revision number of the last
 merge done from the gofrontend repository.
index 576937e3f5cdbd03e401ffbb4b8c2c467e34fde1..aa2e81a667e6e7ab870c600329f5da20c0b6344d 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