mirror of
https://gitee.com/openharmony/third_party_rust_nix
synced 2024-11-26 17:12:12 +00:00
Add support for LoongArch
Signed-off-by: Xiaotian Wu <wuxiaotian@loongson.cn>
This commit is contained in:
parent
fb8c2cd2e9
commit
27942a060b
@ -42,7 +42,8 @@ mod consts {
|
||||
target_arch = "x86_64",
|
||||
target_arch = "aarch64",
|
||||
target_arch = "riscv32",
|
||||
target_arch = "riscv64"
|
||||
target_arch = "riscv64",
|
||||
target_arch = "loongarch64"
|
||||
))]
|
||||
mod consts {
|
||||
#[doc(hidden)]
|
||||
|
Loading…
Reference in New Issue
Block a user