mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-06-11 10:04:06 +02:00
gnu: f3: Fix cross-compilation.
* gnu/packages/disk.scm (f3)[arguments]: Use CC-FOR-TARGET.
This commit is contained in:
@@ -495,8 +495,8 @@ systems. Output format is completely customizable.")
|
||||
(base32 "1iwdg0r4wkgc8rynmw1qcqz62l0ldgc8lrazq33msxnk5a818jgy"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:tests? #f ; no check target
|
||||
#:make-flags (list "CC=gcc"
|
||||
`(#:tests? #f ; no check target
|
||||
#:make-flags (list (string-append "CC=" ,(cc-for-target))
|
||||
(string-append "PREFIX=" %output))
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
|
||||
Reference in New Issue
Block a user