commit | 559c191b8935fc52ec3cfc9f34b58b36777ff213 | [log] [tgz] |
---|---|---|
author | Benny Siegert <bsiegert@gmail.com> | Fri Apr 06 07:57:05 2012 -0700 |
committer | Brad Fitzpatrick <bradfitz@golang.org> | Fri Apr 06 07:57:05 2012 -0700 |
tree | e4ed9172583cbc6e2c2e1439333e63d3c2dadb25 | |
parent | cf1f044251ea6e6c999566871a9f4b2a3d627d20 [diff] |
syscall: manually fix z* for NetBSD/amd64 Building go currently fails on NetBSD, thus the regeneration scripts do not run correctly. With these changes, at least the go_bootstrap tool builds correctly. R=golang-dev, r, bradfitz CC=golang-dev https://golang.org/cl/5695064