1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-30 22:35:57 +02:00

gnu: radeontop: Prepare for cross-compilation.

* gnu/packages/linux.scm (radeontop)[arguments]: Use CC-FOR-TARGET.
This commit is contained in:
Tobias Geerinckx-Rice
2021-11-27 00:37:45 +01:00
parent e16f76fae2
commit 275f7cf8a1
+1 -1
View File
@@ -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