libgo: add aix build tags
authorIan Lance Taylor <ian@gcc.gnu.org>
Wed, 10 Jan 2018 04:53:55 +0000 (04:53 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Wed, 10 Jan 2018 04:53:55 +0000 (04:53 +0000)
    Reviewed-on: https://go-review.googlesource.com/86936

From-SVN: r256416

gcc/go/gofrontend/MERGE
libgo/go/golang_org/x/net/internal/nettest/helper_nobsd.go
libgo/go/golang_org/x/net/internal/nettest/helper_posix.go
libgo/go/golang_org/x/net/internal/nettest/helper_unix.go
libgo/go/os/signal/internal/pty/pty.go

index 0c6538d4e092c7086f01f084cc481333129d87c7..92d8b94b660d9c918af25009c6569b4614a07560 100644 (file)
@@ -1,4 +1,4 @@
-7ef1b48f63c0a64b83fc049884fb89677e19b2dd
+98b0942497bf2896127b71d851a79959ed3197cf
 
 The first line of this file holds the git revision number of the last
 merge done from the gofrontend repository.
index bc7da5e0d574a96a8d5fc7f7dd7f836f1a817ef2..1611a907f00bb89d4fd1ae33f17241162d6dd385 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 linux solaris
+// +build aix linux solaris
 
 package nettest
 
index 963ed99655babede13a89b54134a1d1810a3a85f..efc67a8eba97566b7a057b1e15b1160c989734d7 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 darwin dragonfly freebsd linux netbsd openbsd solaris windows
+// +build aix darwin dragonfly freebsd linux netbsd openbsd solaris windows
 
 package nettest
 
index ed13e448b7b4c3ec9214be744a2ea79bb33d2909..b6839dcd8fd72f38ebf4d5e94f0123305eb79e93 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 darwin dragonfly freebsd linux netbsd openbsd solaris
+// +build aix darwin dragonfly freebsd linux netbsd openbsd solaris
 
 package nettest
 
index 020f7bfc665f9384ba3be39b6f3121f6d59eb225..1c3480cffc5ff580b3d0a1c012cd417d89f38036 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 darwin dragonfly freebsd linux,!android netbsd openbsd solaris
+// +build aix darwin dragonfly freebsd linux,!android netbsd openbsd solaris
 
 // Package pty is a simple pseudo-terminal package for Unix systems,
 // implemented by calling C functions via cgo.