gnu: radeontop: Prepare for cross-compilation.
* gnu/packages/linux.scm (radeontop)[arguments]: Use CC-FOR-TARGET.master
parent
e16f76fae2
commit
275f7cf8a1
|
@ -6509,7 +6509,7 @@ developers.")
|
||||||
(("ver=unknown")
|
(("ver=unknown")
|
||||||
(string-append "ver=" ,version)))))
|
(string-append "ver=" ,version)))))
|
||||||
(delete 'configure)) ; no configure script
|
(delete 'configure)) ; no configure script
|
||||||
#:make-flags (list "CC=gcc"
|
#:make-flags (list (string-append "CC=" ,(cc-for-target))
|
||||||
(string-append "PREFIX=" %output))
|
(string-append "PREFIX=" %output))
|
||||||
#:tests? #f)) ; no tests
|
#:tests? #f)) ; no tests
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
|
Reference in New Issue