mirror of
https://github.com/golang/sys.git
synced 2026-02-08 11:46:04 +03:00
7de4796419dc3b554e6dab3a119a62469569d299
golang.org/x/sys/unix currently does not compile on mips nor mipsle as it fails to set the `isBigEndian` variable. This is due to mips and mipsle being missing in the build tag of their respective endian files. This change adds mips to the build tag of `endian_big.go` and mipsle to the build tag of `endian_little.go` to fix this issue. Change-Id: I79947cedb2645e80143e65bde00f2c95261125fb Reviewed-on: https://go-review.googlesource.com/39730 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This repository holds supplemental Go packages for low-level interactions with the operating system. To submit changes to this repository, see http://golang.org/doc/contribute.html.
Description
Languages
Go
85.8%
Assembly
12.3%
Shell
1.7%
C
0.1%