Skip to content

Commit

Permalink
os/signal, hash/crc32: add arm64 build tags
Browse files Browse the repository at this point in the history
Change-Id: I6ca9caec8ccf12618e56dcf6b83328e7acf8b1ec
Reviewed-on: https://go-review.googlesource.com/7148
Reviewed-by: Minux Ma <[email protected]>
Reviewed-by: Dave Cheney <[email protected]>
Reviewed-by: Russ Cox <[email protected]>
  • Loading branch information
4ad committed Mar 16, 2015
1 parent ddf6d80 commit a25e3c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/hash/crc32/crc32_generic.go
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion src/os/signal/sig.s
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit a25e3c0

Please sign in to comment.