On 4 January 2013 14:12, Pádraig Brady <[email protected]> wrote: > > So could you try the following patch.
> diff src/longlong.h.orig src/longlong.h > 1240c1240 > < #if (defined (__mips) && __mips >= 3) && W_TYPE_SIZE == 64 > --- >> #if (defined (__mips) && __mips >= 3) && W_TYPE_SIZE == 64 && defined >> (_LP64) > > thanks, > Pádraig. Yes, that works. Thank you. - ML
