aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/lfstack_32bit.go
diff options
context:
space:
mode:
authorVladimir Stefanovic <vladimir.stefanovic@imgtec.com>2016-10-18 23:51:01 +0200
committerBrad Fitzpatrick <bradfitz@golang.org>2016-11-15 21:49:01 +0000
commit272032d0b245635ca0c5ca4c22e64496174b2ae3 (patch)
tree0578d08b85659a0fd3e040b617222e896e477661 /src/runtime/lfstack_32bit.go
parent4d1fdd8b5e3783b8ca4e9f4fe1e524f5aa83383c (diff)
downloadgo-272032d0b245635ca0c5ca4c22e64496174b2ae3.tar.xz
runtime: add support files for linux/mips{,le} port
Only exe buildmode without cgo supported. Change-Id: Id104a79a99d3285c04db00fd98b8affa94ea3c37 Reviewed-on: https://go-review.googlesource.com/31487 Run-TryBot: Cherry Zhang <cherryyz@google.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Cherry Zhang <cherryyz@google.com>
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 2f59e0212e..d36ca50971 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 nacl
+// +build 386 arm nacl mips mipsle
package runtime