Skip to content

Commit

Permalink
Remove custom linkers for the moment
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuhiko committed Oct 25, 2024
1 parent babe57c commit c9302c0
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,5 @@
[target.wasm32-wasi]
runner = ["./scripts/wasmtime-wrapper.sh"]

[target.aarch64-unknown-linux-gnu]
linker = "aarch64-linux-gnu-gcc"

[target.aarch64-unknown-linux-musl]
linker = "aarch64-linux-musl-gcc"

[target.armv7-unknown-linux-gnueabihf]
linker = "arm-linux-gnueabihf-gcc"

[target.arm-unknown-linux-musleabihf]
linker = "arm-linux-musleabihf-gcc"

[target.'cfg(all(target_env = "msvc", target_os = "windows"))']
rustflags = ["-C", "target-feature=+crt-static"]

0 comments on commit c9302c0

Please sign in to comment.