mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-15 05:26:47 +00:00
Rollup merge of #131240 - taiki-e:typo, r=jieyouxu
Fix typo in csky-unknown-linux-gnuabiv2.md
This commit is contained in:
commit
a17df378e2
@ -80,7 +80,7 @@ cd hello_world
|
||||
```sh
|
||||
CARGO_TARGET_CSKY_UNKNOWN_LINUX_GNUABIV2_RUNNER=${QEMU_PATH}/bin/qemu-cskyv2 -L ${TOOLCHAIN_PATH}/csky-linux-gnuabiv2/libc \
|
||||
CARGO_TARGET_CSKY_UNKNOWN_LINUX_GNUABIV2_LINKER=${TOOLCHAIN_PATH}/bin/csky-linux-gnuabiv2-gcc \
|
||||
RUSTFLAGS="-C target-features=+crt-static" \
|
||||
RUSTFLAGS="-C target-feature=+crt-static" \
|
||||
cargo +stage2 run --target csky-unknown-linux-gnuabiv2
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user