diff --git a/unix/endian_big.go b/unix/endian_big.go index 8cce9f1d..5e926906 100644 --- a/unix/endian_big.go +++ b/unix/endian_big.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // -// +build ppc64 s390x mips64 +// +build ppc64 s390x mips mips64 package unix diff --git a/unix/endian_little.go b/unix/endian_little.go index 9ed865fb..085df2d8 100644 --- a/unix/endian_little.go +++ b/unix/endian_little.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // -// +build 386 amd64 amd64p32 arm arm64 ppc64le mips64le +// +build 386 amd64 amd64p32 arm arm64 ppc64le mipsle mips64le package unix