]> git.sesse.net Git - stockfish/commitdiff
Simplify Makefile by removing OS X targets
authorDaylen Yang <services@daylenyang.com>
Sat, 12 Apr 2014 23:26:45 +0000 (16:26 -0700)
committerMarco Costalba <mcostalba@gmail.com>
Sun, 13 Apr 2014 07:05:21 +0000 (09:05 +0200)
Right now the Makefile is cluttered with OS X equivalents
of all the x86 targets. We can get rid of all of them and
just check UNAME against "Darwin" for the few OS X-specific
things we need to do.

We also disable Clang LTO when using BMI2 instructions. For
some reason, LLVM cannot find the PEXT instruction when using
LTO. I don't know why, but disabling LTO for BMI2 fixes it.

No functional change.


No differences found