3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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"))))
(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