]> git.sesse.net Git - stockfish/commitdiff
Added a few new targets to the Makefile for OS X with icpc.
authorTord Romstad <tord@glaurungchess.com>
Fri, 21 Aug 2009 08:50:34 +0000 (10:50 +0200)
committerTord Romstad <tord@glaurungchess.com>
Fri, 21 Aug 2009 08:50:34 +0000 (10:50 +0200)
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.


No differences found