[oe] [meta-oe][PATCH] nodejs: fix qemuarm build without thumb and drop unused patch

Khem Raj raj.khem at gmail.com
Tue Apr 28 14:43:59 UTC 2015


On Tue, Apr 28, 2015 at 5:45 AM, Martin Jansa <martin.jansa at gmail.com> 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



More information about the Openembedded-devel mailing list