GNU bug report logs - #27018
[PATCH 0/5] Cross-compiler fixes

Previous Next

Package: guix-patches;

Reported by: Ricardo Wurmus <rekado <at> elephly.net>

Date: Mon, 22 May 2017 13:57:02 UTC

Severity: normal

Tags: patch

Done: Ricardo Wurmus <rekado <at> elephly.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Danny Milosavljevic <dannym <at> scratchpost.org>
To: Ricardo Wurmus <rekado <at> elephly.net>
Cc: 27018 <at> debbugs.gnu.org
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 <rekado <at> elephly.net> 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!




This bug report was last modified 8 years and 56 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.