grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Alexander Graf
Subject: Re: [PATCH v3 09/10] travis: Disable MIPS target
Date: Tue, 4 Jun 2019 14:07:23 +0200
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:60.0) Gecko/20100101 Thunderbird/60.7.0

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 Debian cross
>> compilers instead of the kernel.org ones that we use right now?
> Yes, Travis should use the cross-compiler packages from Debian. We have
> cross-compilers for all targets in Debian except for ia64 as it's a bit
> more complicated to build a cross-compiler there due to the fact that
> gcc needs libunwind there.
>
> I will look into this, at least for all other targets, the cross-compilers
> can easily be installed with "apt install gcc-$GCCVER-$ARCH-linux-gnu",
> so if Travis uses Docker here, it will be trivial to fix.


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.

I'll be more than happy to see you make them work though :).


>
> The cross-compilers from kernel.org are bare-bone and can't be used to build
> anything but the kernel and a few other utilities due to missing std 
> libraries.


They seem to work surprisingly well for grub, given that we're even
doing execution tests against a few of the resulting binaries ;).

Alex





reply via email to

[Prev in Thread] Current Thread [Next in Thread]