On Tue, Apr 28, 2015 at 07:43:59AM -0700, Khem Raj wrote: > On Tue, Apr 28, 2015 at 5:45 AM, Martin Jansa <[email protected]> wrote: > > +- defined(__ARM_ARCH_5TE__) || defined(__ARM_ARCH_5TEJ__) > > ++ defined(__ARM_ARCH_5E__) || defined(__ARM_ARCH_5TE__) || > > defined(__ARM_ARCH_5TEJ__) > > this fix is ok. but I wonder why qemuarm is defaulting to v5e and not > v5te did you look at that
Because thumb is by default disabled and my world builds had small typo in variable enabling it: https://github.com/shr-project/jenkins-jobs/commit/45595b887e57252fc2e8b95744457a566fa554e9 -- Martin 'JaMa' Jansa jabber: [email protected] -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
