diff options
| author | Zhongyao Chen <chen.zhongyao@zte.com.cn> | 2025-08-18 10:33:53 +0800 |
|---|---|---|
| committer | Zhongyao Chen <chen.zhongyao@zte.com.cn> | 2025-08-18 10:33:53 +0800 |
| commit | 224fd13a9c583db4054fc241bd55f38f0b309dbf (patch) | |
| tree | 934260221ba881848541d33313de50fd18b0c619 /src | |
| parent | 87fd28998c92a014935d879ae0129b09baa56588 (diff) | |
| download | rust-224fd13a9c583db4054fc241bd55f38f0b309dbf.tar.gz rust-224fd13a9c583db4054fc241bd55f38f0b309dbf.zip | |
change riscv64a23 target reqirements comments: linux kernel 6.8.0, glibc 2.39
Diffstat (limited to 'src')
| -rw-r--r-- | src/doc/rustc/src/platform-support.md | 2 | ||||
| -rw-r--r-- | src/doc/rustc/src/platform-support/riscv64a23-unknown-linux-gnu.md | 5 |
2 files changed, 3 insertions, 4 deletions
diff --git a/src/doc/rustc/src/platform-support.md b/src/doc/rustc/src/platform-support.md index cf55d4bd68f..891932a1b6a 100644 --- a/src/doc/rustc/src/platform-support.md +++ b/src/doc/rustc/src/platform-support.md @@ -389,7 +389,7 @@ target | std | host | notes [`riscv64gc-unknown-nuttx-elf`](platform-support/nuttx.md) | ✓ | | RISC-V 64bit with NuttX [`riscv64gc-unknown-openbsd`](platform-support/openbsd.md) | ✓ | ✓ | OpenBSD/riscv64 [`riscv64imac-unknown-nuttx-elf`](platform-support/nuttx.md) | ✓ | | RISC-V 64bit with NuttX -[`riscv64a23-unknown-linux-gnu`](platform-support/riscv64a23-unknown-linux-gnu.md) | ✓ | ✓ | RISC-V Linux (kernel 4.20+, glibc 2.29) +[`riscv64a23-unknown-linux-gnu`](platform-support/riscv64a23-unknown-linux-gnu.md) | ✓ | ✓ | RISC-V Linux (kernel 6.8.0+, glibc 2.39) [`s390x-unknown-linux-musl`](platform-support/s390x-unknown-linux-musl.md) | ✓ | | S390x Linux (kernel 3.2, musl 1.2.3) `sparc-unknown-linux-gnu` | ✓ | | 32-bit SPARC Linux [`sparc-unknown-none-elf`](./platform-support/sparc-unknown-none-elf.md) | * | | Bare 32-bit SPARC V7+ diff --git a/src/doc/rustc/src/platform-support/riscv64a23-unknown-linux-gnu.md b/src/doc/rustc/src/platform-support/riscv64a23-unknown-linux-gnu.md index 6db4a672936..a13796e0cf8 100644 --- a/src/doc/rustc/src/platform-support/riscv64a23-unknown-linux-gnu.md +++ b/src/doc/rustc/src/platform-support/riscv64a23-unknown-linux-gnu.md @@ -12,10 +12,9 @@ This target will enable all mandary features of rva23u64 and rva23s64 by default ## Requirements -This target requires: +This target can be sucessfully build on the following platform: ubuntu 24.04 (Linux Kernel version 6.8.0, glibc 2.39). -* Linux Kernel version 4.20 or later -* glibc 2.17 or later +Other platforms may work, but are not tested. Please contanct if you encounter any issues. ## Building the target |
