1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-23 17:45:53 +02:00

gnu: picocom: Fix cross-compilation.

* gnu/packages/terminals.scm (picocom)[arguments]: Use CC-FOR-TARGET instead
of "gcc".
This commit is contained in:
Marius Bakke
2021-01-30 12:23:03 +01:00
parent 229f944b70
commit f4159867ab
+1 -1
View File
@@ -401,7 +401,7 @@ combining, and so on, with a simple interface.")
"1vvjydqf0ax47nvdyyl67jafw5b3sfsav00xid6qpgia1gs2r72n"))))
(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