Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 707076 Details for
Bug 747460
dev-lang/rust: arch/riscv support
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
rust eclass patch
rust-eclass.patch (text/plain), 825 bytes, created by
Yixun Lan
on 2021-05-11 14:28:46 UTC
(
hide
)
Description:
rust eclass patch
Filename:
MIME Type:
Creator:
Yixun Lan
Created:
2021-05-11 14:28:46 UTC
Size:
825 bytes
patch
obsolete
>diff --git a/eclass/rust-toolchain.eclass b/eclass/rust-toolchain.eclass >index 3301b5f32fe2..64caf3a55559 100644 >--- a/eclass/rust-toolchain.eclass >+++ b/eclass/rust-toolchain.eclass >@@ -50,6 +50,7 @@ rust_abi() { > mips*) echo mips-unknown-linux-gnu;; > powerpc*) echo powerpc-unknown-linux-gnu;; > s390x*) echo s390x-unknown-linux-gnu;; >+ riscv64*) echo riscv64gc-unknown-linux-gnu;; > *) echo ${CTARGET};; > esac > } >@@ -121,5 +122,6 @@ rust_all_arch_uris() > $(rust_arch_uri powerpc64le-unknown-linux-gnu "$@") ) " > uris+="s390? ( $(rust_arch_uri s390x-unknown-linux-gnu "$@") ) " > uris+="abi_x86_32? ( $(rust_arch_uri i686-unknown-linux-gnu "$@") ) " >+ uris+="riscv? ( $(rust_arch_uri riscv64gc-unknown-linux-gnu "$@") ) " > echo "${uris}" > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 747460
:
696909
|
698247
| 707076