On 11 October 2015 at 10:51, Phil Blundell <[email protected]> wrote: > > * gcr, libsecret are new since switch to gcc 5.2 > > The problem with libsecret seems to be caused by its valgrind support > code (which contains asm statements that only work in ARM state). I > wonder if you can just turn WITH_VALGRIND off rather than forcing > ARM-state for the whole library.
That code is provided by valgrind itself so either fixing valgrind to write valid code or forcibly disabling the code in valgrind.h if thumb is enabled seems sensible and more likely to catch more problems in a single patch. Ross
-- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
