Skip to content

Commit 617097e

Browse files
Merge branch 'final'
2 parents 88cc3c1 + 54fac12 commit 617097e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

108 files changed

+6540
-2858
lines changed

.cargo/config.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
[build]
2-
target = "loongarch64-unknown-none-softfloat"
2+
target = "riscv64gc-unknown-none-elf"
3+
target-dir = 'build'
4+
rustflags = ["-C", "force-unwind-tables"]
35

46
[unstable]
57
build-std-features = ['compiler-builtins-mem']

0 commit comments

Comments
 (0)