Package: libzn-poly Version: 0.8-1 Severity: serious Since GCC 4.4 it's not possible anymore to use the 'h' constraints for MIPS inline assembly code when doing a multiplication. That's why libzn-poly fails to build from source on mips and mipsel.
That said GCC supports 32x32 => 64 multiplication on 32-bit architectures for a lot of time, so there is no need to use assembly code for that. The patch below fixes the problem by using standard multiplication instead of assembly code. I have also included the code for MIPS64 using 128-bit hints for reference, though it is not used in Debian. -- System Information: Debian Release: wheezy/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: mips (mips64) Kernel: Linux 2.6.32-5-5kc-malta Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org