user add fp support
This commit is contained in:
parent
b45dd60594
commit
3144455b55
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