Hey Peter, Shall we try the following (untested as yet) patch to prelink? Note that the prelink ARM specific code thinks the base architecture linker is /lib/ld-linux.so.3 and has done for a while, but I think this will still work because the test that is needed is to ensure we're not trying to relink the linker. Can we try this patch and see what happens (perhaps we should setup a new build root to test, or just jump in)? Jon.
diff -urNp prelink_orig/src/get.c prelink/src/get.c --- prelink_orig/src/get.c 2009-06-12 08:01:48.000000000 -0400 +++ prelink/src/get.c 2012-07-06 15:59:13.300799417 -0400 @@ -30,6 +30,8 @@ int is_ldso_soname (const char *soname) { if (! strcmp (soname, "ld-linux.so.2") + || ! strcmp (soname, "ld-linux.so.3") + || ! strcmp (soname, "ld-linux-armhf.so.3") || ! strcmp (soname, "ld.so.1") || ! strcmp (soname, "ld-linux-ia64.so.2") || ! strcmp (soname, "ld-linux-x86-64.so.2")
_______________________________________________ arm mailing list arm@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/arm