From: Ian Lance Taylor Date: Sat, 26 Sep 2020 19:11:51 +0000 (-0700) Subject: net: add hurd build tag X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9042b6605c259e55378a1f0eefc24b43363bb55b;p=gcc.git net: add hurd build tag Patch from Svante Signell. Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/257857 --- diff --git a/gcc/go/gofrontend/MERGE b/gcc/go/gofrontend/MERGE index daa0d2d6177..314ffd2efab 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -2357468ae9b071de0e2ebe6574d78572967b7183 +9e55baf44ab63ba06af0b57038e7b3aab8216222 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/net/fd_posix.go b/libgo/go/net/fd_posix.go index 53abd152c7c..b2f99bc7da3 100644 --- a/libgo/go/net/fd_posix.go +++ b/libgo/go/net/fd_posix.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 dragonfly freebsd linux netbsd openbsd solaris windows +// +build aix darwin dragonfly freebsd hurd linux netbsd openbsd solaris windows package net