Re: [PATCH 2/4] gnu: cross-base: Make it aware of non-Linux (ie. Hurd)

2015-02-11 Thread Manolis Ragkousis
Followed Ludovic's suggestions and pushed to wip-hurd. Thanks Marek. Manolis

Re: [PATCH 2/4] gnu: cross-base: Make it aware of non-Linux (ie. Hurd)

2015-02-10 Thread Ludovic Courtès
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

Re: [PATCH 2/4] gnu: cross-base: Make it aware of non-Linux (ie. Hurd)

2015-02-10 Thread Marek Benc
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

Re: [PATCH 2/4] gnu: cross-base: Make it aware of non-Linux (ie. Hurd)

2015-02-10 Thread Ludovic Courtès
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

Re: [PATCH 2/4] gnu: cross-base: Make it aware of non-Linux (ie. Hurd)

2015-02-10 Thread Manolis Ragkousis
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

Re: [PATCH 2/4] gnu: cross-base: Make it aware of non-Linux (ie. Hurd)

2015-02-07 Thread Ludovic Courtès
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

[PATCH 2/4] gnu: cross-base: Make it aware of non-Linux (ie. Hurd)

2015-02-05 Thread Marek Benc
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.