guix-commits
[Top][All Lists]
Advanced

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

05/10: gnu: f3: Fix cross-compilation.


From: guix-commits
Subject: 05/10: gnu: f3: Fix cross-compilation.
Date: Sat, 7 Nov 2020 09:35:43 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 47ddb1091f3a1fa59e4fdacf3132282cdc0dbb3a
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Nov 7 15:09:49 2020 +0100

    gnu: f3: Fix cross-compilation.
    
    * gnu/packages/disk.scm (f3)[arguments]: Use CC-FOR-TARGET.
---
 gnu/packages/disk.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm
index 35fcc5c..40b9c56 100644
--- a/gnu/packages/disk.scm
+++ b/gnu/packages/disk.scm
@@ -495,8 +495,8 @@ systems.  Output format is completely customizable.")
        (base32 "1iwdg0r4wkgc8rynmw1qcqz62l0ldgc8lrazq33msxnk5a818jgy"))))
     (build-system gnu-build-system)
     (arguments
-     '(#:tests? #f                      ; no check target
-       #:make-flags (list "CC=gcc"
+     `(#:tests? #f                      ; no check target
+       #:make-flags (list (string-append "CC=" ,(cc-for-target))
                           (string-append "PREFIX=" %output))
        #:phases
        (modify-phases %standard-phases



reply via email to

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