aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/sigtab_linux_mipsx.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/sigtab_linux_mipsx.go')
-rw-r--r--src/runtime/sigtab_linux_mipsx.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/runtime/sigtab_linux_mipsx.go b/src/runtime/sigtab_linux_mipsx.go
index 51ef470ce7..af9c7e56eb 100644
--- a/src/runtime/sigtab_linux_mipsx.go
+++ b/src/runtime/sigtab_linux_mipsx.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 (mips || mipsle || mips64 || mips64le) && linux
// +build mips mipsle mips64 mips64le
// +build linux