]> Cypherpunks repositories - gostls13.git/commitdiff
os/signal, hash/crc32: add arm64 build tags
authorAram Hăvărneanu <aram@mgk.ro>
Sun, 8 Mar 2015 13:28:35 +0000 (14:28 +0100)
committerAram Hăvărneanu <aram@mgk.ro>
Mon, 16 Mar 2015 18:46:43 +0000 (18:46 +0000)
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>
src/hash/crc32/crc32_generic.go
src/os/signal/sig.s

index 6f597f556b30bf0a25282c55b832b916b2cf9c4a..416c1b7c556802bd76a4905330f9e555823e38f1 100644 (file)
@@ -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
 
index f54e6ff9c032389a51f83bbf851d811192234d11..7fa6c9224effbd246e1319aee2217127e24bea77 100644 (file)
@@ -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"