From 272032d0b245635ca0c5ca4c22e64496174b2ae3 Mon Sep 17 00:00:00 2001 From: Vladimir Stefanovic Date: Tue, 18 Oct 2016 23:51:01 +0200 Subject: 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 TryBot-Result: Gobot Gobot Reviewed-by: Cherry Zhang --- src/runtime/lfstack_32bit.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/runtime/lfstack_32bit.go') 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 -- cgit v1.3-5-g9baa