gnu: m2-planet: Fix supported systems.
* gnu/packages/mes.scm (m2-planet)[supported-systems]: Remove unsupported architecture riscv32-linux. Change-Id: I63b4c826e4c907c771adfe55e0c2e8756fdecbcc
parent
e73154daf6
commit
2eb7cc2677
|
@ -257,7 +257,7 @@ get_machine.")
|
|||
(build-system gnu-build-system)
|
||||
(supported-systems '("i686-linux" "x86_64-linux"
|
||||
"armhf-linux" "aarch64-linux"
|
||||
"riscv32-linux" "riscv64-linux"))
|
||||
"riscv64-linux"))
|
||||
(arguments
|
||||
`(#:make-flags (list (string-append "PREFIX=" (assoc-ref %outputs "out"))
|
||||
,(string-append "CC=" (cc-for-target)))
|
||||
|
|
Reference in New Issue