From 47f6a4ec3f058f69b65fb6501d6ac98994b8f8da Mon Sep 17 00:00:00 2001 From: techknowlogick Date: Sun, 28 Feb 2021 18:08:33 -0500 Subject: go1.16 (#14783) --- vendor/golang.org/x/sys/cpu/cpu_linux_mips64x.go | 1 + 1 file changed, 1 insertion(+) (limited to 'vendor/golang.org/x/sys/cpu/cpu_linux_mips64x.go') diff --git a/vendor/golang.org/x/sys/cpu/cpu_linux_mips64x.go b/vendor/golang.org/x/sys/cpu/cpu_linux_mips64x.go index 5a41890053..6000db4cdd 100644 --- a/vendor/golang.org/x/sys/cpu/cpu_linux_mips64x.go +++ b/vendor/golang.org/x/sys/cpu/cpu_linux_mips64x.go @@ -2,6 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. +//go:build linux && (mips64 || mips64le) // +build linux // +build mips64 mips64le -- cgit v1.2.3