gnu: earlyoom: Actually cross-compile.
* gnu/packages/linux.scm (earlyoom)[arguments]: Use CC-FOR-TARGET.master
parent
1f0e1c49aa
commit
15c8b1723a
|
@ -3007,7 +3007,7 @@ from the module-init-tools project.")
|
||||||
(install-file "contrib/notify_all_users.py" contrib)
|
(install-file "contrib/notify_all_users.py" contrib)
|
||||||
#t))))
|
#t))))
|
||||||
#:make-flags (let* ((prefix (assoc-ref %outputs "out")))
|
#:make-flags (let* ((prefix (assoc-ref %outputs "out")))
|
||||||
(list "CC=gcc"
|
(list ,(string-append "CC=" (cc-for-target))
|
||||||
(string-append "VERSION=v" ,version)
|
(string-append "VERSION=v" ,version)
|
||||||
(string-append "PREFIX=" prefix)
|
(string-append "PREFIX=" prefix)
|
||||||
(string-append "SYSCONFDIR=" prefix "/etc")))
|
(string-append "SYSCONFDIR=" prefix "/etc")))
|
||||||
|
|
Reference in New Issue