Skip to content

Commit

Permalink
Add mips64le as a recognized architecture
Browse files Browse the repository at this point in the history
Signed-off-by: Mathias Gibbens <[email protected]>
  • Loading branch information
gibmat committed Jan 13, 2024
1 parent 4c378b0 commit e3408a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kernel/kernel_utsname_int8.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
// along with this program. If not, see <http://www.gnu.org/licenses/>.
//

//go:build (linux && 386) || (linux && amd64) || (linux && arm64) || (linux && loong64) || (linux && mips64) || (linux && mips)
// +build linux,386 linux,amd64 linux,arm64 linux,loong64 linux,mips64 linux,mips
//go:build (linux && 386) || (linux && amd64) || (linux && arm64) || (linux && loong64) || (linux && mips64) || (linux && mips64le) || (linux && mips)
// +build linux,386 linux,amd64 linux,arm64 linux,loong64 linux,mips64 linux,mips64le linux,mips

package kernel

Expand Down

0 comments on commit e3408a5

Please sign in to comment.