Skip to content
This repository was archived by the owner on Nov 6, 2024. It is now read-only.

Commit 175340a

Browse files
RuoqingHerbradford
authored andcommitted
config: Remove rule to cross compile riscv64gc
The `riscv64gc` target is to be built on "native" RISC-V platform, removed `linker` specification used on other platform. Signed-off-by: Ruoqing He <[email protected]>
1 parent e75abe5 commit 175340a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.cargo/config.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
11
[target.aarch64-unknown-linux-musl]
22
rustflags = [ "-C", "target-feature=+crt-static", "-C", "link-arg=-lgcc" ]
3-
4-
[target.riscv64gc-unknown-linux-gnu]
5-
linker = "riscv64-unknown-linux-gnu-gcc"

0 commit comments

Comments
 (0)