mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: radeontop: Prepare for cross-compilation.
* gnu/packages/linux.scm (radeontop)[arguments]: Use CC-FOR-TARGET.
This commit is contained in:
parent
e16f76fae2
commit
275f7cf8a1
1 changed files with 1 additions and 1 deletions
|
@ -6509,7 +6509,7 @@ (define-public radeontop
|
|||
(("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
|
||||
|
|
Loading…
Reference in a new issue