diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2019-02-01 21:57:36 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2019-02-01 21:57:36 +0000 |
commit | 27d6b510718292a5852f4d4f0d449723a369edfb (patch) | |
tree | 70524ac9f75088c6909f9f6dd40957c9361101e3 /libgo/go/net/conf.go | |
parent | b52a3881f04799d410f7ec70d022179c8d734459 (diff) | |
download | gcc-27d6b510718292a5852f4d4f0d449723a369edfb.zip gcc-27d6b510718292a5852f4d4f0d449723a369edfb.tar.gz gcc-27d6b510718292a5852f4d4f0d449723a369edfb.tar.bz2 |
libgo: add hurd build tags
Patch by Svante Signell.
Reviewed-on: https://go-review.googlesource.com/c/160822
From-SVN: r268459
Diffstat (limited to 'libgo/go/net/conf.go')
-rw-r--r-- | libgo/go/net/conf.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/go/net/conf.go b/libgo/go/net/conf.go index 971b1a39..d064d9e 100644 --- a/libgo/go/net/conf.go +++ b/libgo/go/net/conf.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 +// +build aix darwin dragonfly freebsd hurd linux netbsd openbsd solaris package net |