mirror of
https://github.com/golang/go
synced 2024-11-12 06:40:22 -07:00
os/signal, hash/crc32: add arm64 build tags
Change-Id: I6ca9caec8ccf12618e56dcf6b83328e7acf8b1ec Reviewed-on: https://go-review.googlesource.com/7148 Reviewed-by: Minux Ma <minux@golang.org> Reviewed-by: Dave Cheney <dave@cheney.net> Reviewed-by: Russ Cox <rsc@golang.org>
This commit is contained in:
parent
ddf6d8005d
commit
a25e3c03f3
@ -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 arm ppc64 ppc64le
|
||||
// +build 386 arm arm64 ppc64 ppc64le
|
||||
|
||||
package crc32
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
// Assembly to get into package runtime without using exported symbols.
|
||||
|
||||
// +build amd64 amd64p32 arm 386 ppc64 ppc64le
|
||||
// +build amd64 amd64p32 arm arm64 386 ppc64 ppc64le
|
||||
|
||||
#include "textflag.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user