From: Tord Romstad Date: Fri, 21 Aug 2009 08:50:34 +0000 (+0200) Subject: Added a few new targets to the Makefile for OS X with icpc. X-Git-Url: https://git.sesse.net/?p=stockfish;a=commitdiff_plain;h=ed347e7cbdc8f42e9f30755b152b317549251033;hp=ed347e7cbdc8f42e9f30755b152b317549251033 Added a few new targets to the Makefile for OS X with icpc. The following new targets were added: * osx-icc32: 32-bit x86 compiled with icpc. * osx-icc64: 64-bit x86 compiled with icpc. * osx-icc32-profile: 32-bit x86 compiled with icpc and pgo. * osx-icc64-profile: 64-bit x86 compiled with icpc and pgo. ---