Skip to content

Commit d501daf

Browse files
committed
Fix riscv toolchain executable names
1 parent c3ed108 commit d501daf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

patches/config.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ tools = ["cargo", "cargo-clippy", "clippy", "rustfmt"]
77
configure-args = []
88

99
[target.riscv32em-athena-zkvm-elf]
10-
cc = "riscv32-unknown-elf-gcc"
11-
cxx = "riscv32-unknown-elf-g++"
10+
cc = "riscv64-unknown-elf-gcc"
11+
cxx = "riscv64-unknown-elf-g++"
1212

1313
[rust]
1414
lld = true

0 commit comments

Comments
 (0)