[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 2/4] gnu: cross-base: Make it aware of non-Linux (ie. Hurd)
From: |
Ludovic Courtès |
Subject: |
Re: [PATCH 2/4] gnu: cross-base: Make it aware of non-Linux (ie. Hurd) |
Date: |
Tue, 10 Feb 2015 18:09:47 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) |
Marek Benc <address@hidden> skribis:
> On 02/10/2015 05:25 PM, Ludovic Courtès wrote:
>
>>
>> As I suggested to Manolis, could you make sure that this doesn’t break
>> the existing GNU/Linux cross-toolchains?
>>
>> Namely, could you run:
>>
>> guix build -e '(@ (gnu packages cross-base) xgcc-armhf)'
>>
>
> I've tested most of my patches with:
>
> $ guix build coreutils --target=i686-pc-linux-gnu; # 32bit x86 GNU/Linux
>
> since I can very easily test whether those binaries work (my virtual
> machine is an x86_64), and it all worked so far, but I'll check the
> armhf xgcc as well.
OK, very well. So you can go ahead, thanks!
Ludo’.