mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: rust-bootstrap: Update supported-systems.
* gnu/packages/rust.scm (rust-bootstrap)[supported-systems]: Add riscv64-linux, powerpc64le-linux. Change-Id: I1584237c4a15ededee95a5d0e52c448f4aa0c9f3
This commit is contained in:
parent
d31b86a698
commit
8ae188574f
1 changed files with 3 additions and 3 deletions
|
@ -377,9 +377,9 @@ (define-public rust-bootstrap
|
||||||
;; therefore the build process needs 8GB of RAM while building.
|
;; therefore the build process needs 8GB of RAM while building.
|
||||||
;; It may support i686 soon:
|
;; It may support i686 soon:
|
||||||
;; <https://github.com/thepowersgang/mrustc/issues/78>.
|
;; <https://github.com/thepowersgang/mrustc/issues/78>.
|
||||||
;; XXX: The rust bootstrap is currently broken on riscv64,
|
;; List of systems where rust-bootstrap is explicitly known to build:
|
||||||
;; remove it until this is fixed.
|
(supported-systems '("x86_64-linux" "aarch64-linux"
|
||||||
(supported-systems '("x86_64-linux" "aarch64-linux"))
|
"riscv64-linux" "powerpc64le-linux"))
|
||||||
|
|
||||||
;; Dual licensed.
|
;; Dual licensed.
|
||||||
(license (list license:asl2.0 license:expat))))
|
(license (list license:asl2.0 license:expat))))
|
||||||
|
|
Loading…
Reference in a new issue