aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/signal_arm64.go
diff options
context:
space:
mode:
authorMaya Rashish <maya@netbsd.org>2019-04-20 14:39:33 +0000
committerBenny Siegert <bsiegert@gmail.com>2019-04-20 15:02:01 +0000
commitd23cba683e59f6092c1e3f676c8e83e7973f27dd (patch)
tree4aa09c72d160cfe228ca01d667c1d667d77249a6 /src/runtime/signal_arm64.go
parent78f0de10eccf3606dbc4b854a4cd3a7e502edc07 (diff)
downloadgo-d23cba683e59f6092c1e3f676c8e83e7973f27dd.tar.gz
go-d23cba683e59f6092c1e3f676c8e83e7973f27dd.zip
all: add start of netbsd/arm64 support
This works well enough to run some code natively on arm64, but not well enough for more complicated code. I've been suggested to start a pull request anyway. Updates #30824 Change-Id: Ib4f63e0e8a9edfc862cf65b5f1b0fbf9a8a1628e GitHub-Last-Rev: b01b105e0446e349c8d9895d3ac6918fa0cdc48c GitHub-Pull-Request: golang/go#29398 Reviewed-on: https://go-review.googlesource.com/c/go/+/155739 Run-TryBot: Benny Siegert <bsiegert@gmail.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Benny Siegert <bsiegert@gmail.com>
Diffstat (limited to 'src/runtime/signal_arm64.go')
-rw-r--r--src/runtime/signal_arm64.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/signal_arm64.go b/src/runtime/signal_arm64.go
index 2d4c9e8129..49605736cd 100644
--- a/src/runtime/signal_arm64.go
+++ b/src/runtime/signal_arm64.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 linux darwin
+// +build linux darwin netbsd
package runtime