>>>>> "SJ" == Sven Joachim <svenj...@gmx.de> writes:
SJ> I haven't looked at the stockfish source, but I can imagine that SJ> this is not going to improve the situation on 32-bit arches. If SJ> the config machinery cannot find out the pointer size by itself, SJ> dpkg-architecture provides DEB_HOST_ARCH_BITS for you. Thanks for the tip, applied. SJ> Inspecting the build system I found out that there is no config SJ> machinery, just a Makefile. The attached patch fixes the SJ> problem for the usual build in Debian, although you might want SJ> to fix some other code paths as well (e.g. if someone builds SJ> with COMP=clang). Thanks for the patch, indeed, there's no need to use the option with (at least) g++. Applied. Regards, Milan