--disable-asm works for MPI, but poly1305-s390x.S is still being compiled by libtool. I'd say that disable-asm should disable assembler across the board.
Description
Description
Details
Details
- Version
- 1.9.4
Revisions and Commits
Revisions and Commits
Event Timeline
Comment Actions
Additionally, poly1305-s390x.S is being compiled despite running/targeting a PC system:
checking build system type... x86_64-pc-mingw32
checking host system type... i686-pc-mingw32
Comment Actions
Thanks for your report.
With --disable-asm assembly files under cipher/ may get compiled, however resulting object files are empty (or should be).
Following patch should solve issue of compiling poly1305-s390x.S on wrong architectures: