diff options
Diffstat (limited to 'src/runtime/os_linux_novdso.go')
| -rw-r--r-- | src/runtime/os_linux_novdso.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/os_linux_novdso.go b/src/runtime/os_linux_novdso.go index b5a6b0e947..ee4a7a95c2 100644 --- a/src/runtime/os_linux_novdso.go +++ b/src/runtime/os_linux_novdso.go @@ -3,7 +3,7 @@ // license that can be found in the LICENSE file. // +build linux -// +build !386,!amd64,!arm +// +build !386,!amd64,!arm,!arm64 package runtime |
