Followed Ludovic's suggestions and pushed to wip-hurd.
Thanks Marek.
Manolis
Marek Benc 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'v
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 b
Manolis Ragkousis skribis:
> From aaa968bbe01a57ceadf8d0c46c44e0d75d2f90cd Mon Sep 17 00:00:00 2001
> From: Marek Benc
> Date: Thu, 5 Feb 2015 17:01:14 +0100
> Subject: [PATCH] gnu: cross-base: Make it aware of non-Linux (ie. Hurd)
> systems.
>
> * gnu/packages/cross-base.scm (cross-gcc-argumen
Ludo is this okay to push?
Wrapped lines to 80 chars.
From aaa968bbe01a57ceadf8d0c46c44e0d75d2f90cd Mon Sep 17 00:00:00 2001
From: Marek Benc
Date: Thu, 5 Feb 2015 17:01:14 +0100
Subject: [PATCH] gnu: cross-base: Make it aware of non-Linux (ie. Hurd)
systems.
* gnu/packages/cross-base.scm (cros
Marek Benc skribis:
> From 4dc55bfe59bf60c4f55a7e54da2f5ee17589ff9e Mon Sep 17 00:00:00 2001
> From: Marek Benc
> Date: Thu, 5 Feb 2015 17:01:14 +0100
> Subject: [PATCH] gnu: cross-base: Make it aware of non-Linux (ie. Hurd)
> systems.
>
> * gnu/packages/cross-base.scm (cross-gcc-arguments): Ma
This fixes the problem Manolis was facing earlier, with string-append
getting an #f argument.
--
Marek.
>From 4dc55bfe59bf60c4f55a7e54da2f5ee17589ff9e Mon Sep 17 00:00:00 2001
From: Marek Benc
Date: Thu, 5 Feb 2015 17:01:14 +0100
Subject: [PATCH] gnu: cross-base: Make it aware of non-Linux (ie.