Skip to content

Commit 7c58e15

Browse files
authored
Rollup merge of #148549 - ehuss:fix-csky-link, r=Kivooeo
Fix broken qemu-cskyv2 link The link had a stray character that generated an invalid link.
2 parents 8e7417c + 0717a39 commit 7c58e15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ To test cross-compiled binaries on a `x86_64` system, you can use the `qemu-csky
6565

6666
To use:
6767

68-
* Install `qemu-cskyv2` (If you don't already have a qemu, you can download from [here](https://occ-oss-prod.oss-cn-hangzhou.aliyuncs.com/resource//1689324918932/xuantie-qemu-x86_64-Ubuntu-18.04-20230714-0202.tar.gz"), and unpack it into a directory.)
68+
* Install `qemu-cskyv2` (If you don't already have a qemu, you can download from [here](https://occ-oss-prod.oss-cn-hangzhou.aliyuncs.com/resource//1689324918932/xuantie-qemu-x86_64-Ubuntu-18.04-20230714-0202.tar.gz), and unpack it into a directory.)
6969
* Link your built toolchain via:
7070
* `rustup toolchain link stage2 ${RUST}/build/x86_64-unknown-linux-gnu/stage2`
7171
* Create a test program

0 commit comments

Comments
 (0)