Skip to content

Commit

Permalink
更新文档.
Browse files Browse the repository at this point in the history
Signed-off-by: deadash <[email protected]>
  • Loading branch information
edsky committed Oct 25, 2023
1 parent 97c6ee6 commit cfe6e55
Show file tree
Hide file tree
Showing 4 changed files with 571 additions and 443 deletions.
8 changes: 7 additions & 1 deletion .cargo/config
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,10 @@ rustflags = [
"-C", "target-feature=+crt-static",
"-C", "link-arg=-msoft-float",
]
linker = "mips64-octeon-linux-gnu-gcc"
linker = "mips64-octeon-linux-gnu-gcc"

[target.i686-pc-windows-msvc]
rustflags = ["-C", "target-feature=+crt-static"]

[target.x86_64-pc-windows-msvc]
rustflags = ["-C", "target-feature=+crt-static"]
Loading

0 comments on commit cfe6e55

Please sign in to comment.