From b3d42a6ce72d6e4155c26a1c48be4991458665e7 Mon Sep 17 00:00:00 2001 From: Kevin Krakauer Date: Wed, 12 May 2021 10:14:56 -0700 Subject: enable building //pkg/tcpip on 32-bit MIPS N.B. we don't explicitly support MIPS, but there's no reason it shouldn't work. --- pkg/atomicbitops/aligned_32bit_unsafe.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/atomicbitops/aligned_32bit_unsafe.go b/pkg/atomicbitops/aligned_32bit_unsafe.go index 776da53b0..df706b453 100644 --- a/pkg/atomicbitops/aligned_32bit_unsafe.go +++ b/pkg/atomicbitops/aligned_32bit_unsafe.go @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// +build arm 386 +// +build arm mips 386 package atomicbitops -- cgit v1.2.3