On Fri, Nov 21, 2014 at 11:13 AM, Robert Engelhardt <
m...@robert-engelhardt.de> wrote:

> 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!
>

This was addressed in
http://fossil-scm.org/index.html/info/3616b7489bcff723a0ed6497597e30fb6cf8ae85.
Pass X64=1 to make


-- 
˙uʍop-ǝpısdn sı ɹoʇıuoɯ ɹnoʎ 'sıɥʇ pɐǝɹ uɐɔ noʎ ɟı
_______________________________________________
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