[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
- branch master updated (e184396 -> 5685946), guix-commits, 2021/11/26
- 01/30: gnu: vhba-module: Update to 20211023., guix-commits, 2021/11/26
- 03/30: gnu: radeontop: Prepare for cross-compilation.,
guix-commits <=
- 05/30: gnu: batctl: Update to 2021.4., guix-commits, 2021/11/26
- 04/30: gnu: hangups: Update to 0.4.15., guix-commits, 2021/11/26
- 06/30: gnu: lldpd: Update to 1.0.13., guix-commits, 2021/11/26
- 02/30: gnu: radeontop: Update to 1.4., guix-commits, 2021/11/26
- 07/30: gnu: s-tui: Update to 1.1.3., guix-commits, 2021/11/26
- 08/30: gnu: erofs-utils: Update to 1.4., guix-commits, 2021/11/26
- 10/30: gnu: eid-mw: Disable pinentry., guix-commits, 2021/11/26
- 09/30: gnu: jitterentropy-rngd: Update to 1.2.6., guix-commits, 2021/11/26
- 14/30: gnu: netcat-openbsd: Update to 1.218-2., guix-commits, 2021/11/26
- 11/30: gnu: eid-mw: Expand description., guix-commits, 2021/11/26