diff options
| author | Ben Guo <ben.guo@openatom.club> | 2026-04-10 10:41:10 +0800 |
|---|---|---|
| committer | Alex Shi <alexs@kernel.org> | 2026-04-10 20:09:17 +0800 |
| commit | 4c361fc63d89cd2f8ca1a49d2c552664ed1793c1 (patch) | |
| tree | ad0febae45a5533b4d7268dd64388e8000e23df8 | |
| parent | 8c199fb49871cad666e408af41ca3c145679b8a4 (diff) | |
| download | lwn-4c361fc63d89cd2f8ca1a49d2c552664ed1793c1.tar.gz lwn-4c361fc63d89cd2f8ca1a49d2c552664ed1793c1.zip | |
docs/zh_CN: update rust/arch-support.rst translation
Update the translation of .../rust/arch-support.rst into Chinese.
Update the translation through commit ccb8ce526807
("ARM: 9441/1: rust: Enable Rust support for ARMv7")
Reviewed-by: Dongliang Mu <dzm91@hust.edu.cn>
Reviewed-by: Gary Guo <gary@garyguo.net>
Signed-off-by: Ben Guo <ben.guo@openatom.club>
Signed-off-by: Alex Shi <alexs@kernel.org>
| -rw-r--r-- | Documentation/translations/zh_CN/rust/arch-support.rst | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/Documentation/translations/zh_CN/rust/arch-support.rst b/Documentation/translations/zh_CN/rust/arch-support.rst index abd708d48f82..f5ae44588a57 100644 --- a/Documentation/translations/zh_CN/rust/arch-support.rst +++ b/Documentation/translations/zh_CN/rust/arch-support.rst @@ -19,9 +19,10 @@ ============= ================ ============================================== 架构 支持水平 限制因素 ============= ================ ============================================== -``arm64`` Maintained 只有小端序 +``arm`` Maintained 仅 ARMv7 小端序。 +``arm64`` Maintained 仅小端序。 ``loongarch`` Maintained \- -``riscv`` Maintained 只有 ``riscv64`` -``um`` Maintained 只有 ``x86_64`` -``x86`` Maintained 只有 ``x86_64`` +``riscv`` Maintained 仅 ``riscv64``,且仅限 LLVM/Clang。 +``um`` Maintained \- +``x86`` Maintained 仅 ``x86_64``。 ============= ================ ============================================== |
