Skip to content

Commit 5454797

Browse files
committed
tidy docs
1 parent dc00d03 commit 5454797

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/doc/rustc/src/platform-support.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ target | std | host | notes
259259
`avr-unknown-gnu-atmega328` | * | | AVR. Requires `-Z build-std=core`
260260
`bpfeb-unknown-none` | * | | BPF (big endian)
261261
`bpfel-unknown-none` | * | | BPF (little endian)
262-
`csky-unknown-linux-gnuabiv2` | ✓ | | C-SKY abiv2 Linux(little endian)
262+
`csky-unknown-linux-gnuabiv2` | ✓ | | C-SKY abiv2 Linux (little endian)
263263
`csky-unknown-linux-gnuabiv2hf` | ✓ | | C-SKY abiv2 Linux, hardfloat (little endian)
264264
`hexagon-unknown-linux-musl` | ? | |
265265
`i386-apple-ios` | ✓ | | 32-bit x86 iOS [^x86_32-floats-return-ABI]

src/doc/rustc/src/platform-support/csky-unknown-linux-gnuabiv2.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ This target supports [C-SKY](https://github.com/c-sky) CPUs with `abi` v2 and `g
66

77
target | std | host | notes
88
-------|:---:|:----:|-------
9-
`csky-unknown-linux-gnuabiv2` | ✓ | | C-SKY abiv2 Linux(little endian)
9+
`csky-unknown-linux-gnuabiv2` | ✓ | | C-SKY abiv2 Linux (little endian)
1010
`csky-unknown-linux-gnuabiv2hf` | ✓ | | C-SKY abiv2 Linux, hardfloat (little endian)
1111

12-
Refrence:
12+
Reference:
1313
https://c-sky.github.io/
1414

1515
https://gitlab.com/c-sky/

0 commit comments

Comments
 (0)