On Sat, Mar 07, 2015 at 12:42:30PM +, James Cowgill wrote:
> On Sat, 2015-03-07 at 13:32 +0100, Michael Niedermayer wrote:
> > On Sat, Mar 07, 2015 at 10:56:45AM +, James Cowgill wrote:
> > > Unfortunately android < api 21 (lollipop) doesn't have the sgidefs.h
> > > header,
> > > but the l
On Sat, 2015-03-07 at 13:32 +0100, Michael Niedermayer wrote:
> On Sat, Mar 07, 2015 at 10:56:45AM +, James Cowgill wrote:
> > Unfortunately android < api 21 (lollipop) doesn't have the sgidefs.h header,
> > but the linux kernel does have an almost equivalent asm/sgidefs.h which will
> > do so
On Sat, Mar 07, 2015 at 10:56:45AM +, James Cowgill wrote:
> Unfortunately android < api 21 (lollipop) doesn't have the sgidefs.h header,
> but the linux kernel does have an almost equivalent asm/sgidefs.h which will
> do so use that header if we can.
>
> Change _ABI64 to _MIPS_SIM_ABI64 which
Unfortunately android < api 21 (lollipop) doesn't have the sgidefs.h header,
but the linux kernel does have an almost equivalent asm/sgidefs.h which will
do so use that header if we can.
Change _ABI64 to _MIPS_SIM_ABI64 which is defined in both headers.
Signed-off-by: James Cowgill
---
configur