[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v3 09/10] travis: Disable MIPS target
From: |
Daniel Kiper |
Subject: |
Re: [PATCH v3 09/10] travis: Disable MIPS target |
Date: |
Tue, 4 Jun 2019 14:06:10 +0200 |
User-agent: |
NeoMutt/20170113 (1.7.2) |
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 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 to ensure that we catch regressions early
> >> on.
> > Same here, builds fine on Debian unstable. Just tested yesterday.
> >
> > In fact, all supported targets build fine.
>
>
> 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 we use right now?
Could you install gcc-mipsel-linux-gnu package (it is Debian name but
I expect that Ubuntu will have something similar) and use this compiler
for mipsel? This is not the latest and greatest but at least we will
have some test builds for MIPS.
Daniel
- [PATCH v3 01/10] travis: Run bootstrap instead of autogen.sh, (continued)
- [PATCH v3 01/10] travis: Run bootstrap instead of autogen.sh, Alexander Graf, 2019/06/04
- [PATCH v3 07/10] travis: Add ARM thumb target to tests, Alexander Graf, 2019/06/04
- [PATCH v3 05/10] arm coreboot: Use common directory path, Alexander Graf, 2019/06/04
- [PATCH v3 08/10] travis: Test module loading from tftp as well, Alexander Graf, 2019/06/04
- [PATCH v3 09/10] travis: Disable MIPS target, Alexander Graf, 2019/06/04
- [PATCH v3 06/10] travis: Add smoke tests for arm and aarch64, Alexander Graf, 2019/06/04
- [PATCH v3 10/10] travis: Disable IA64 target, Alexander Graf, 2019/06/04