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/os/sys_uname.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/os/sys_uname.go')
-rw-r--r-- | libgo/go/os/sys_uname.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/go/os/sys_uname.go b/libgo/go/os/sys_uname.go index 89fbff8..7268ae1 100644 --- a/libgo/go/os/sys_uname.go +++ b/libgo/go/os/sys_uname.go @@ -4,7 +4,7 @@ // For systems which only store the hostname in uname (Solaris). -// +build aix solaris irix rtems +// +build aix hurd solaris irix rtems package os |