user add fp support
This commit is contained in:
parent
0692fe93d8
commit
b6f4c1aa56
1 changed files with 1 additions and 1 deletions
|
@ -3,5 +3,5 @@ target = "riscv64gc-unknown-none-elf"
|
||||||
|
|
||||||
[target.riscv64gc-unknown-none-elf]
|
[target.riscv64gc-unknown-none-elf]
|
||||||
rustflags = [
|
rustflags = [
|
||||||
"-Clink-args=-Tsrc/linker.ld",
|
"-Clink-args=-Tsrc/linker.ld", "-Cforce-frame-pointers=yes"
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue