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:
parent
ea36db3392
commit
2bfe99b11a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user