aboutsummaryrefslogtreecommitdiff
path: root/libgo
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@golang.org>2020-08-11 11:36:23 -0700
committerIan Lance Taylor <iant@golang.org>2020-08-11 12:28:46 -0700
commit8f9fd3c4ee5f9e9eb5045d35fcf189ccd214231c (patch)
treeafb6c249622a5538e613cc7e378ed2dc9fcc332c /libgo
parent09c683a39c5e4e59b992efd0d406cb61b55f7f56 (diff)
downloadgcc-8f9fd3c4ee5f9e9eb5045d35fcf189ccd214231c.zip
gcc-8f9fd3c4ee5f9e9eb5045d35fcf189ccd214231c.tar.gz
gcc-8f9fd3c4ee5f9e9eb5045d35fcf189ccd214231c.tar.bz2
internal/syscall/unix: restore ppc build tag
It was accidentally lost in the 1.15rc1 merge. Fixes PR go/96567 Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/247843
Diffstat (limited to 'libgo')
-rw-r--r--libgo/go/internal/syscall/unix/sysnum_linux_ppc64x.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/go/internal/syscall/unix/sysnum_linux_ppc64x.go b/libgo/go/internal/syscall/unix/sysnum_linux_ppc64x.go
index 576937e..aa2e81a 100644
--- a/libgo/go/internal/syscall/unix/sysnum_linux_ppc64x.go
+++ b/libgo/go/internal/syscall/unix/sysnum_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