Skip to content

Commit

Permalink
Merge pull request #97 from ianlancetaylor/master
Browse files Browse the repository at this point in the history
Don't use flate asm code when building for gccgo.
  • Loading branch information
klauspost committed Nov 10, 2018
2 parents b500177 + c9ae1bf commit 30be604
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions flate/crc32_amd64.go
@@ -1,5 +1,6 @@
//+build !noasm
//+build !appengine
//+build !gccgo

// Copyright 2015, Klaus Post, see LICENSE for details.

Expand Down
1 change: 1 addition & 0 deletions flate/crc32_amd64.s
@@ -1,5 +1,6 @@
//+build !noasm
//+build !appengine
//+build !gccgo

// Copyright 2015, Klaus Post, see LICENSE for details.

Expand Down
2 changes: 1 addition & 1 deletion flate/crc32_noasm.go
@@ -1,4 +1,4 @@
//+build !amd64 noasm appengine
//+build !amd64 noasm appengine gccgo

// Copyright 2015, Klaus Post, see LICENSE for details.

Expand Down

0 comments on commit 30be604

Please sign in to comment.