diff mbox series

libgo patch committed: Add a couple of hurd build tags

Message ID CAOyqgcWL4F_3aFkACA=stEXDxG6oKEeoNBigLsyDrQSs6BWb3Q@mail.gmail.com
State New
Headers show
Series libgo patch committed: Add a couple of hurd build tags | expand

Commit Message

Ian Lance Taylor Jan. 30, 2020, 12:44 a.m. UTC
This libgo patch by Svante Signell adds a couple of hurd build to the
runtime and syscall packages.  Bootstrapped on x86_64-pc-linux-gnu.
Committed to mainline.

Ian
66af5a226acd0edfbafcbcac76ed268cee0612ed
diff mbox series

Patch

diff --git a/gcc/go/gofrontend/MERGE b/gcc/go/gofrontend/MERGE
index 8d08e91211d..40529518b26 100644
--- a/gcc/go/gofrontend/MERGE
+++ b/gcc/go/gofrontend/MERGE
@@ -1,4 +1,4 @@ 
-5b438257e6fe5f344ae2f973313f394cda85bf62
+d796680b5a78f686ed118578e81d5b1adf48508d
 
 The first line of this file holds the git revision number of the last
 merge done from the gofrontend repository.
diff --git a/libgo/go/runtime/nbpipe_pipe2.go b/libgo/go/runtime/nbpipe_pipe2.go
index e3639d99b15..76fb40c460a 100644
--- a/libgo/go/runtime/nbpipe_pipe2.go
+++ b/libgo/go/runtime/nbpipe_pipe2.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 freebsd linux netbsd openbsd solaris
+// +build freebsd hurd linux netbsd openbsd solaris
 
 package runtime
 
diff --git a/libgo/go/syscall/sockcmsg_unix_other.go b/libgo/go/syscall/sockcmsg_unix_other.go
index 65d9f187c4e..3e7afe4a4ac 100644
--- a/libgo/go/syscall/sockcmsg_unix_other.go
+++ b/libgo/go/syscall/sockcmsg_unix_other.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 aix darwin freebsd linux netbsd openbsd solaris
+// +build aix darwin freebsd hurd linux netbsd openbsd solaris
 
 package syscall