gnu: cpuid: Use CC-FOR-TARGET.

This doesn't actually enable cross-compilation.

* gnu/packages/linux.scm (cpuid)[arguments]: Use CC-FOR-TARGET.
This commit is contained in:
Tobias Geerinckx-Rice 2020-10-14 14:17:13 +02:00
parent ea36db3392
commit 2bfe99b11a
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79

View File

@ -6437,7 +6437,8 @@ available in the kernel Linux.")
"19jnkh57f979b78ak5mpxmdvnkgc33r55cw9shgd2hc380b3zi8k"))))
(build-system gnu-build-system)
(arguments
'(#:make-flags '("CC=gcc")
'(#:make-flags
(list (string-append "CC=" ,(cc-for-target)))
#:tests? #f ; no tests
#:phases (modify-phases %standard-phases
(delete 'configure) ; no configure script