me
/
guix
Archived
1
0
Fork 0

gnu: make-opensbi-package: Fix native building.

* gnu/packages/firmware.scm (make-opensbi-package)[arguments]: When not
cross-compiling set CC to gcc.
master
Efraim Flashner 2021-08-31 13:46:24 +03:00
parent 3344567bb1
commit 11590bff50
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 1 deletions

View File

@ -248,7 +248,7 @@ broadband modem as found, for example, on PinePhone.")
(%current-system)))
(string-prefix? "riscv64" arch))
`("CROSS_COMPILE=riscv64-linux-gnu-")
'())
`("CC=gcc"))
"FW_PAYLOAD=n"
"V=1")
#:phases