Re: [PATCH v3 09/10] travis: Disable MIPS target

2019-06-04 Thread Leif Lindholm
On Tue, Jun 04, 2019 at 12:27:33PM +0200, Alexander Graf wrote: > The MIPS target currently does not compile due to the following error > message: > > configure: error: could not force big-endian > > If anyone cares enough about MIPS to fix it up, be my guest and revert > this commit afterwards

Re: [PATCH v3 09/10] travis: Disable MIPS target

2019-06-04 Thread John Paul Adrian Glaubitz
On 6/4/19 2:07 PM, Alexander Graf wrote: > Yes, it does. I did try back when I first added the cross compiler > support, but for some reason did not manage to make use of the built-in > cross compilers. Maybe the versions in that Ubuntu version were just too > old? I really don't remember. Those c

Re: [PATCH v3 09/10] travis: Disable MIPS target

2019-06-04 Thread Alexander Graf
On 04.06.19 14:01, John Paul Adrian Glaubitz wrote: > On 6/4/19 1:47 PM, Alexander Graf wrote: >> Could you please just fix up the travis tests to succeed? I think the >> MIPS problem is definitely toolchain related. Maybe you can somehow >> convince that travis ubuntu container to use official D

Re: [PATCH v3 09/10] travis: Disable MIPS target

2019-06-04 Thread Daniel Kiper
On Tue, Jun 04, 2019 at 01:47:52PM +0200, Alexander Graf wrote: > > On 04.06.19 13:36, John Paul Adrian Glaubitz wrote: > > On 6/4/19 12:27 PM, Alexander Graf wrote: > >> The MIPS target currently does not compile due to the following error > >> message: > >> > >> configure: error: could not forc

Re: [PATCH v3 09/10] travis: Disable MIPS target

2019-06-04 Thread John Paul Adrian Glaubitz
On 6/4/19 1:47 PM, Alexander Graf wrote: > Could you please just fix up the travis tests to succeed? I think the > MIPS problem is definitely toolchain related. Maybe you can somehow > convince that travis ubuntu container to use official Debian cross > compilers instead of the kernel.org ones that

Re: [PATCH v3 09/10] travis: Disable MIPS target

2019-06-04 Thread Alexander Graf
On 04.06.19 13:36, John Paul Adrian Glaubitz wrote: > On 6/4/19 12:27 PM, Alexander Graf wrote: >> The MIPS target currently does not compile due to the following error >> message: >> >> configure: error: could not force big-endian >> >> If anyone cares enough about MIPS to fix it up, be my gue

Re: [PATCH v3 09/10] travis: Disable MIPS target

2019-06-04 Thread John Paul Adrian Glaubitz
On 6/4/19 12:27 PM, Alexander Graf wrote: > The MIPS target currently does not compile due to the following error > message: > > configure: error: could not force big-endian > > If anyone cares enough about MIPS to fix it up, be my guest and revert > this commit afterwards. For now, we really n

[PATCH v3 09/10] travis: Disable MIPS target

2019-06-04 Thread Alexander Graf
The MIPS target currently does not compile due to the following error message: configure: error: could not force big-endian If anyone cares enough about MIPS to fix it up, be my guest and revert this commit afterwards. For now, we really need to move forward with a fully successful travis run t