diff options
| author | Vladimir Stefanovic <vladimir.stefanovic@imgtec.com> | 2016-10-18 23:51:01 +0200 |
|---|---|---|
| committer | Brad Fitzpatrick <bradfitz@golang.org> | 2016-11-15 21:49:01 +0000 |
| commit | 272032d0b245635ca0c5ca4c22e64496174b2ae3 (patch) | |
| tree | 0578d08b85659a0fd3e040b617222e896e477661 /src/runtime/lfstack_32bit.go | |
| parent | 4d1fdd8b5e3783b8ca4e9f4fe1e524f5aa83383c (diff) | |
| download | go-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.go | 2 |
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 |
