Comment 1 for bug 1098729

Revision history for this message
Erik de Castro Lopo (erikd) wrote :

I can also comple a purely static version of the test program in the armhf chroot using:

    gcc -Wall -static -pthread dotprod_mutex.c -o dotprod-mutex-static

and then run it simply using:

    qemu-arm-static dotprod-mutex-static

which fails just like it does in the chroot.