Re: [OE-core] [PATCH] musl: don't compile in mips16e mode

2016-07-21 Thread Khem Raj
On Thu, Jul 21, 2016 at 3:16 AM, André Draszik wrote: > On Mi, 2016-07-20 at 20:22 -0700, Khem Raj wrote: >> > >> > On Jul 20, 2016, at 8:19 PM, g...@andred.net wrote: >> > >> > From: André Draszik >> > >> > musl contains hand-written assembly which is not compatible with >> > the MIPS16e mode. >

Re: [OE-core] [PATCH] musl: don't compile in mips16e mode

2016-07-21 Thread André Draszik
On Mi, 2016-07-20 at 20:22 -0700, Khem Raj wrote: > > > > On Jul 20, 2016, at 8:19 PM, g...@andred.net wrote: > > > > From: André Draszik > > > > musl contains hand-written assembly which is not compatible with > > the MIPS16e mode. > > > > Signed-off-by: André Draszik > > --- > > meta/recipe

Re: [OE-core] [PATCH] musl: don't compile in mips16e mode

2016-07-20 Thread Khem Raj
> On Jul 20, 2016, at 8:19 PM, g...@andred.net wrote: > > From: André Draszik > > musl contains hand-written assembly which is not compatible with > the MIPS16e mode. > > Signed-off-by: André Draszik > --- > meta/recipes-core/musl/musl.inc | 3 +++ > 1 file changed, 3 insertions(+) > > diff -

[OE-core] [PATCH] musl: don't compile in mips16e mode

2016-07-20 Thread git
From: André Draszik musl contains hand-written assembly which is not compatible with the MIPS16e mode. Signed-off-by: André Draszik --- meta/recipes-core/musl/musl.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/recipes-core/musl/musl.inc b/meta/recipes-core/musl/musl.inc index