On Mon, Feb 24, 2020 at 6:42 AM Ian Lance Taylor <i...@golang.org> wrote: > > This patch by Svante Signell adds a missing Hurd build tag. > Bootstrapped and ran Go tests on x86_64-pc-linux-gnu. Committed to > mainline.
And another one, also tested and committed to mainline. Ian
263aaf33b06604dcff4dab6e6b9b0fb2fe864211 diff --git a/gcc/go/gofrontend/MERGE b/gcc/go/gofrontend/MERGE index 47fbeaeda61..7dcb9ecb4fd 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -4e6402f3153fad368830ff3fe57c6302179de806 +658fe4f48374167bf8688e8dbd5f85eee155749e 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/internal/poll/fcntl_syscall.go b/libgo/go/internal/poll/fcntl_syscall.go index d232e51411a..fb82b9bd53b 100644 --- a/libgo/go/internal/poll/fcntl_syscall.go +++ b/libgo/go/internal/poll/fcntl_syscall.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 dragonfly freebsd linux netbsd openbsd +// +build dragonfly freebsd hurd linux netbsd openbsd package poll