gnu: i2c-tools: Actually cross-compile.
* gnu/packages/linux.scm (i2c-tools)[arguments]: Use CC-FOR-TARGET.master
parent
c45431a283
commit
1f0e1c49aa
|
@ -3597,8 +3597,8 @@ create a firmware image suitable for the Linux kernel, and more.")
|
|||
(arguments
|
||||
`(#:tests? #f ; no 'check' target
|
||||
#:make-flags (list (string-append "prefix=" %output)
|
||||
"CC=gcc")
|
||||
;; no configure script
|
||||
,(string-append "CC=" (cc-for-target)))
|
||||
;; No configure script.
|
||||
#:phases (modify-phases %standard-phases (delete 'configure))))
|
||||
(inputs
|
||||
`(("perl" ,perl)))
|
||||
|
|
Reference in New Issue