]> git.sesse.net Git - stockfish/commit
Add -mdynamic-no-pic to CFLAGS when compiling with GCC under OS X.
authorTord Romstad <tord@cm-84.215.83.169.getinternet.no>
Mon, 5 Apr 2010 19:47:28 +0000 (21:47 +0200)
committerTord Romstad <tord@cm-84.215.83.169.getinternet.no>
Mon, 5 Apr 2010 19:47:28 +0000 (21:47 +0200)
commit13224e1d9d980dd91b4a3fd26937f5a49425ac3b
tree78650130cb90d13e7b9dc6a9cd2c5fbc0370b173
parent10c1ae8da0b981206a543cff6a2778a277f862df
Add -mdynamic-no-pic to CFLAGS when compiling with GCC under OS X.
Without this flag, the __cpuid() function doesn't compile correctly
in 32-bit mode.
src/Makefile