]> git.sesse.net Git - stockfish/commit
Fix Makefile for PowerPC with prefetch enabled
authorMarco Costalba <mcostalba@gmail.com>
Sun, 14 Oct 2012 23:13:41 +0000 (01:13 +0200)
committerMarco Costalba <mcostalba@gmail.com>
Sun, 14 Oct 2012 23:13:41 +0000 (01:13 +0200)
commit739d23f2a3251df4f664195aed74b8b26ea966c2
tree697454e8895bce3919f5d29acbb34795e914fb88
parent3aa2d6db18debdc619b4e53809a9bd0eb5faa155
Fix Makefile for PowerPC with prefetch enabled

Existing Makefile is buggy for PowerPC, it has no
SSE, yet it is given it if Prefetch is enabled,
because it isn't ARMv7.

Patch from Matthew Brades.

No functional change.
src/Makefile