Archived
1
0
Fork 0

gnu: f3: Fix cross-compilation.

* gnu/packages/disk.scm (f3)[arguments]: Use CC-FOR-TARGET.
This commit is contained in:
Tobias Geerinckx-Rice 2020-11-07 15:09:49 +01:00
parent d0f41f9140
commit 47ddb1091f
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -495,8 +495,8 @@ systems. Output format is completely customizable.")
(base32 "1iwdg0r4wkgc8rynmw1qcqz62l0ldgc8lrazq33msxnk5a818jgy")))) (base32 "1iwdg0r4wkgc8rynmw1qcqz62l0ldgc8lrazq33msxnk5a818jgy"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
'(#:tests? #f ; no check target `(#:tests? #f ; no check target
#:make-flags (list "CC=gcc" #:make-flags (list (string-append "CC=" ,(cc-for-target))
(string-append "PREFIX=" %output)) (string-append "PREFIX=" %output))
#:phases #:phases
(modify-phases %standard-phases (modify-phases %standard-phases