bug-mes
[Top][All Lists]
Advanced

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

Re: [PATCH] guix: mescc-tools: Update to 0.7.0, adding ARM support.


From: Danny Milosavljevic
Subject: Re: [PATCH] guix: mescc-tools: Update to 0.7.0, adding ARM support.
Date: Tue, 9 Jun 2020 20:19:39 +0200

Hi Janneke,

On Tue,  9 Jun 2020 19:24:19 +0200
Danny Milosavljevic <dannym@scratchpost.org> wrote:

>       `(#:make-flags (list (string-append "PREFIX=" (assoc-ref %outputs 
> "out"))
>                            "CC=gcc")

Hmm, cross-compilation probably doesn't work as expected with CC=gcc, right?

Also, isn't the default CC=gcc in there anyway?

Nowadays Guix has

(define* (cc-for-target #:optional (target (%current-target-system)))
  (if target
      (string-append target "-gcc")
      "gcc"))

Otherwise LGTM!

Attachment: pgpgT7049PqMT.pgp
Description: OpenPGP digital signature


reply via email to

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