me
/
guix
Archived
1
0
Fork 0

gnu: ck: Add support for riscv64-linux.

* gnu/packages/c.scm (gnu-triplet->ck-machine target): Add case for
riscv64.
master
Efraim Flashner 2022-11-13 12:24:03 +02:00
parent ec6e82ba88
commit 80d10fa413
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 0 deletions

View File

@ -1167,6 +1167,7 @@ Telemetry Transport (MQTT) publish-subscribe messaging protocol.")
("ppc64" => "ppc64")
("ppc" => "ppc")
("s390x" => "s390x")
("riscv64" => "riscv64")
("sparc64" => "sparcv9"))))
(define-public ck