Skip to content

Commit

Permalink
Rollup merge of #131240 - taiki-e:typo, r=jieyouxu
Browse files Browse the repository at this point in the history
Fix typo in csky-unknown-linux-gnuabiv2.md
  • Loading branch information
workingjubilee authored Oct 4, 2024
2 parents 8ec5494 + c6774f1 commit a17df37
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit a17df37

Please sign in to comment.