Skip to content

Commit

Permalink
cpu: add missing build tag for linux
Browse files Browse the repository at this point in the history
The code in this file is specific to linux and does not build on other
mips64x platforms.

Change-Id: Ic27eedf06f39a7d2c51f5b261d957eed04e5df0b
Reviewed-on: https://go-review.googlesource.com/c/sys/+/249318
Reviewed-by: Tobias Klauser <tobias.klauser@gmail.com>
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
  • Loading branch information
4a6f656c authored and tklauser committed Aug 19, 2020
1 parent 7c7a221 commit d785dc2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cpu/cpu_linux_mips64x.go
Expand Up @@ -2,6 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

// +build linux
// +build mips64 mips64le

package cpu
Expand Down

0 comments on commit d785dc2

Please sign in to comment.