diff options
| author | dirreke <mingyang_ge@163.com> | 2023-10-22 21:47:40 +0800 |
|---|---|---|
| committer | dirreke <mingyang_ge@163.com> | 2023-10-22 21:47:40 +0800 |
| commit | 5454797577d62fcfe783dfe3c17101e10b362df7 (patch) | |
| tree | 90c290f7551277ac1666cc1142b5c894a7811373 | |
| parent | dc00d03a11337af94d943e6a52686da636f10760 (diff) | |
| download | rust-5454797577d62fcfe783dfe3c17101e10b362df7.tar.gz rust-5454797577d62fcfe783dfe3c17101e10b362df7.zip | |
tidy docs
| -rw-r--r-- | src/doc/rustc/src/platform-support.md | 2 | ||||
| -rw-r--r-- | src/doc/rustc/src/platform-support/csky-unknown-linux-gnuabiv2.md | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/doc/rustc/src/platform-support.md b/src/doc/rustc/src/platform-support.md index b6c59356a81..4e55d360430 100644 --- a/src/doc/rustc/src/platform-support.md +++ b/src/doc/rustc/src/platform-support.md @@ -259,7 +259,7 @@ target | std | host | notes `avr-unknown-gnu-atmega328` | * | | AVR. Requires `-Z build-std=core` `bpfeb-unknown-none` | * | | BPF (big endian) `bpfel-unknown-none` | * | | BPF (little endian) -`csky-unknown-linux-gnuabiv2` | ✓ | | C-SKY abiv2 Linux(little endian) +`csky-unknown-linux-gnuabiv2` | ✓ | | C-SKY abiv2 Linux (little endian) `csky-unknown-linux-gnuabiv2hf` | ✓ | | C-SKY abiv2 Linux, hardfloat (little endian) `hexagon-unknown-linux-musl` | ? | | `i386-apple-ios` | ✓ | | 32-bit x86 iOS [^x86_32-floats-return-ABI] diff --git a/src/doc/rustc/src/platform-support/csky-unknown-linux-gnuabiv2.md b/src/doc/rustc/src/platform-support/csky-unknown-linux-gnuabiv2.md index 1b7c52ac26a..57c717c182d 100644 --- a/src/doc/rustc/src/platform-support/csky-unknown-linux-gnuabiv2.md +++ b/src/doc/rustc/src/platform-support/csky-unknown-linux-gnuabiv2.md @@ -6,10 +6,10 @@ This target supports [C-SKY](https://github.com/c-sky) CPUs with `abi` v2 and `g target | std | host | notes -------|:---:|:----:|------- -`csky-unknown-linux-gnuabiv2` | ✓ | | C-SKY abiv2 Linux(little endian) +`csky-unknown-linux-gnuabiv2` | ✓ | | C-SKY abiv2 Linux (little endian) `csky-unknown-linux-gnuabiv2hf` | ✓ | | C-SKY abiv2 Linux, hardfloat (little endian) -Refrence: +Reference: https://c-sky.github.io/ https://gitlab.com/c-sky/ |
