guix-commits
[Top][All Lists]
Advanced

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

03/30: gnu: radeontop: Prepare for cross-compilation.


From: guix-commits
Subject: 03/30: gnu: radeontop: Prepare for cross-compilation.
Date: Fri, 26 Nov 2021 18:53:05 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 275f7cf8a1a713c027f669d622ee75de5afe5fa0
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Nov 27 00:37:45 2021 +0100

    gnu: radeontop: Prepare for cross-compilation.
    
    * gnu/packages/linux.scm (radeontop)[arguments]: Use CC-FOR-TARGET.
---
 gnu/packages/linux.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 7761cd1..5029bd8 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -6509,7 +6509,7 @@ developers.")
                         (("ver=unknown")
                          (string-append "ver=" ,version)))))
                   (delete 'configure))  ; no configure script
-       #:make-flags (list "CC=gcc"
+       #:make-flags (list (string-append "CC=" ,(cc-for-target))
                           (string-append "PREFIX=" %output))
        #:tests? #f))                    ; no tests
     (native-inputs



reply via email to

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