On Wed, May 11, 2011, Pierre Habouzit wrote: > https://buildd.debian.org/status/fetch.php?pkg=valgrind&arch=armel&ver=1%3A3.6.1-2&stamp=1305095779
configure.in tests whether host_cpu matches armv7*; I think this is incorrect to start with as it should be fine to configure valgrind with "--host=arm-linux-gnueabi" (BTW debian/rules doesn't pass --build/--host ATM). A quick workaround would be to pass --host=armv7-linux-gnueabi to configure on armel, but the real fix is probably to change the upstream configure.in to build a C program with just "asm("dmb")" to see whether ARMv7 is available. -- Loïc Minier -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org