mirror of
https://github.com/ClementTsang/bottom
synced 2024-11-10 14:44:18 +00:00
c864f53d24
Comment out some linkers set in `.config/cargo.toml` for ARM targets.
17 lines
No EOL
464 B
TOML
17 lines
No EOL
464 B
TOML
[target.x86_64-pc-windows-msvc]
|
|
rustflags = ["-C", "target-feature=+crt-static"]
|
|
|
|
[target.i686-pc-windows-msvc]
|
|
rustflags = ["-C", "target-feature=+crt-static"]
|
|
|
|
# [target.arm-unknown-linux-gnueabihf]
|
|
# linker = "arm-linux-gnueabihf-gcc"
|
|
|
|
# [target.armv7-unknown-linux-gnueabihf]
|
|
# linker = "arm-linux-gnueabihf-gcc"
|
|
|
|
# [target.aarch64-unknown-linux-gnu]
|
|
# linker = "aarch64-linux-gnu-gcc"
|
|
|
|
# [target.aarch64-unknown-linux-musl]
|
|
# linker = "aarch64-linux-musl-gcc" |