On Fri, Jun 13, 2014 at 10:46 AM, Thomas Elste <[email protected]> wrote: > Building with Angstrom toolchain fails on inline assembler added by > drm-update-arm.patch because of missing ite instruction. Insert > instruction to make the inline assembler block Thumb2 compatible. > > Signed-off-by: Thomas Elste <[email protected]>
>> For me, the patch is fine. >> Lauren, can you confirm internally? Patch is fine For those interested Thumb cannot execute conditional instructions like Arm. It has to use conditional branch. So ite (if-then-else) is used here. Compiled in ARM it will be ignored. So patch should be okay and not break arm compilation. -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
