Files
Stockfish/src
Marco Costalba 90f5937373 Revert "Fix compiling of 32 bit binary on 64-bit Windows"
This reverts commit 1e8836d921

Broken compile on mingw under Windows:

Config:
debug: 'yes'
optimize: 'yes'
arch: 'i386'
bits: '32'
prefetch: 'yes'
bsfq: 'no'
popcnt: 'no'
sse: 'yes'
pext: 'no'

Flags:
CXX: i686-w64-mingw32-c++
CXXFLAGS: -Wall -Wcast-qual -fno-exceptions -fno-rtti -std=c++11  -Wextra -Wshadow -g -O3 -msse
LDFLAGS:  -static

Testing config sanity. If this fails, try 'make help' ...

mingw32-make[1]: Leaving directory 'C:/stockfish/src'
c:/MinGw/bin/mingw32-make ARCH=x86-32 COMP=mingw all
mingw32-make[1]: Entering directory 'C:/stockfish/src'
sh: C:\Program: No such file or directory
i686-w64-mingw32-c++ -Wall -Wcast-qual -fno-exceptions -fno-rtti -std=c++11  -Wextra -Wshadow -g -O3 -msse   -c -o benchmark.o benchmark.cpp
<builtin>: recipe for target 'benchmark.o' failed
process_begin: CreateProcess(NULL, i686-w64-mingw32-c++ -Wall -Wcast-qual -fno-exceptions -fno-rtti -std=c++11 -Wextra -Wshadow -g -O3 -msse -c -o benchmark.o benchmark.cpp, ...) failed.
make (e=2): Impossibile trovare il file specificato.

mingw32-make[1]: *** [benchmark.o] Error 2
mingw32-make[1]: Leaving directory 'C:/stockfish/src'
makefile:401: recipe for target 'build' failed
mingw32-make: *** [build] Error 2

No functional change.
2015-12-23 09:41:56 +01:00
..
2015-09-06 22:19:33 +01:00
2015-11-21 07:48:50 +01:00
2015-04-15 21:21:45 +01:00
2015-08-30 19:58:32 +01:00
2015-06-25 05:29:56 +02:00
2015-01-11 22:56:35 +01:00
2015-10-31 19:26:35 +01:00
2015-03-23 09:02:52 +01:00
2015-12-22 10:02:37 +00:00
2015-10-20 19:49:01 -07:00
2015-10-05 09:13:33 +02:00
2015-10-20 19:49:01 -07:00
2015-03-07 07:38:22 +00:00
2015-10-29 15:28:59 +00:00
2015-03-07 07:38:22 +00:00
2015-10-05 09:13:33 +02:00
2015-03-07 07:38:22 +00:00
2015-10-24 17:29:12 +02:00
2015-10-24 17:29:12 +02:00
2015-12-05 11:16:19 +01:00
2015-11-14 06:31:45 -08:00
2015-11-10 21:46:02 +00:00
2015-11-21 07:48:50 +01:00
2015-05-18 13:54:45 -07:00
2015-03-20 03:05:25 +01:00
2015-11-21 07:48:50 +01:00
2015-09-17 17:33:40 -07:00
2015-11-20 23:23:53 -08:00
2015-11-21 07:48:50 +01:00
2015-04-11 23:24:43 +02:00