Hello all,

I'm compiling fossil under Windows 8.1 with gcc 4.9.1 (x64-native). Unfortunately check-in [270897a301] broke the build process for me:

When trying to compile compat/zlib/contrib/asm686/match.S, the assembler bails out with some "invalid instruction suffix" messages. As I found out, the reason is that this code is not 64 bit compatible and has to be handled in 32 bit mode instead. To achieve this, I had to add a »-Wa,"--32"« suffix to the respective rule of "$(ZLIBDIR)/match.o" in Makefile.mingw.

Is it possible to consider this in the official sources? Thanks!
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to