Skip to content

Commit 8d9c833

Browse files
committed
runtime: add various +build sparc64 lines
Change-Id: Id7e0879c85d7ae85996ba9037e3915158c3f2d70
1 parent c8dd1ef commit 8d9c833

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

src/runtime/cputicks.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
// +build !arm64
77
// +build !mips64
88
// +build !mips64le
9+
// +build !sparc64
910

1011
package runtime
1112

src/runtime/hash64.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// xxhash: https://code.google.com/p/xxhash/
77
// cityhash: https://code.google.com/p/cityhash/
88

9-
// +build amd64 amd64p32 arm64 mips64 mips64le ppc64 ppc64le
9+
// +build amd64 amd64p32 arm64 mips64 mips64le ppc64 ppc64le sparc64
1010

1111
package runtime
1212

src/runtime/unaligned2.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Use of this source code is governed by a BSD-style
33
// license that can be found in the LICENSE file.
44

5-
// +build arm ppc64 ppc64le mips64 mips64le
5+
// +build arm ppc64 ppc64le mips64 mips64le sparc64
66

77
package runtime
88

0 commit comments

Comments
 (0)