aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/lfstack_32bit.go
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2014-11-21 10:22:18 -0500
committerRuss Cox <rsc@golang.org>2014-11-21 10:22:18 -0500
commitad8179281d314663f94358589a8c39ecf644007b (patch)
tree80b4aff5d2a87da5ab6d944164ca67f7beb527c0 /src/runtime/lfstack_32bit.go
parentce3e8e4edcb2288ae06cd3892c88a4afe2a0a746 (diff)
downloadgo-ad8179281d314663f94358589a8c39ecf644007b.tar.gz
go-ad8179281d314663f94358589a8c39ecf644007b.zip
[dev.cc] runtime: convert nacl support to Go
LGTM=dave R=minux, dave CC=golang-codereviews https://golang.org/cl/181030043
Diffstat (limited to 'src/runtime/lfstack_32bit.go')
-rw-r--r--src/runtime/lfstack_32bit.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/lfstack_32bit.go b/src/runtime/lfstack_32bit.go
index 61d8678d9c..4b8bcbac6a 100644
--- a/src/runtime/lfstack_32bit.go
+++ b/src/runtime/lfstack_32bit.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 386 arm
+// +build 386 arm nacl
package runtime