guix-patches
[Top][All Lists]
Advanced

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

bug#27018: [PATCH 1/5] gnu: Allow overriding of xgcc package in cross-gc


From: Danny Milosavljevic
Subject: bug#27018: [PATCH 1/5] gnu: Allow overriding of xgcc package in cross-gcc.
Date: Wed, 24 May 2017 19:19:43 +0200

Hi Ricardo,

On Mon, 22 May 2017 16:13:15 +0200
Ricardo Wurmus <address@hidden> wrote:

>  (define* (cross-gcc target
> -                    #:optional (xbinutils (cross-binutils target)) libc)
> +                    #:key
> +                    (xgcc %xgcc)
> +                    (xbinutils (cross-binutils target))
> +                    (libc #f))

Why is it "xgcc", "xbinutils", but "libc" (no "x")? Aren't they all the "cross" 
versions?

Otherwise LGTM!





reply via email to

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