use smarter build tags

This commit is contained in:
J. Lowell Wofford 2020-12-04 15:01:11 -07:00
parent bc31a3df75
commit c630bd4715
3 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,5 @@
// +build armbe arm64be ppc64 mips mips64 mips64p32 ppc s390 s390x sparc sparc64
/* binary_arm64.go: sets the host byte order for arm64
*
* Author: J. Lowell Wofford <lowell@lanl.gov>

View File

@ -1,3 +1,5 @@
// +build 386 amd64 amd64p32 arm arm64 ppc64le mipsle mips64p32le riscv riscv64 wasm
/* binary_amd64.go: sets the host byte order for amd64
*
* Author: J. Lowell Wofford <lowell@lanl.gov>

View File

@ -11,4 +11,3 @@ const (
RNDCLEARPOOL = 0x5206
RNDRESEEDCRNG = 0x5207
)