]> Cypherpunks repositories - gostls13.git/commitdiff
hash/crc32: make compatible with go/build
authorRuss Cox <rsc@golang.org>
Wed, 14 Dec 2011 15:25:16 +0000 (10:25 -0500)
committerRuss Cox <rsc@golang.org>
Wed, 14 Dec 2011 15:25:16 +0000 (10:25 -0500)
R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5486060

src/pkg/hash/crc32/crc32_generic.go

index 27aabd903bb847e0dcceb0a3e32fe74d194194ba..c3fdcd685c5c74f50bda58032cd19438ff5d134c 100644 (file)
@@ -2,6 +2,8 @@
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
+// +build 386 arm
+
 package crc32
 
 // The file contains the generic version of updateCastagnoli which just calls