mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: i2c-tools: Actually cross-compile.
* gnu/packages/linux.scm (i2c-tools)[arguments]: Use CC-FOR-TARGET.
This commit is contained in:
parent
c45431a283
commit
1f0e1c49aa
1 changed files with 3 additions and 3 deletions
|
@ -3595,10 +3595,10 @@ create a firmware image suitable for the Linux kernel, and more.")
|
|||
"000pvg995qy1b15ks59gd0klri55hb33kqpg5czy84hw1pbdgm0l"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; no 'check' target
|
||||
`(#: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)))
|
||||
|
|
Loading…
Reference in a new issue