mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-07-22 13:14:40 +02:00
other: Comment out cross ARM targets (#376)
Comment out some linkers set in `.config/cargo.toml` for ARM targets.
This commit is contained in:
parent
40c3dd46e4
commit
c864f53d24
@ -4,14 +4,14 @@ rustflags = ["-C", "target-feature=+crt-static"]
|
|||||||
[target.i686-pc-windows-msvc]
|
[target.i686-pc-windows-msvc]
|
||||||
rustflags = ["-C", "target-feature=+crt-static"]
|
rustflags = ["-C", "target-feature=+crt-static"]
|
||||||
|
|
||||||
[target.arm-unknown-linux-gnueabihf]
|
# [target.arm-unknown-linux-gnueabihf]
|
||||||
linker = "arm-linux-gnueabihf-gcc"
|
# linker = "arm-linux-gnueabihf-gcc"
|
||||||
|
|
||||||
[target.armv7-unknown-linux-gnueabihf]
|
# [target.armv7-unknown-linux-gnueabihf]
|
||||||
linker = "arm-linux-gnueabihf-gcc"
|
# linker = "arm-linux-gnueabihf-gcc"
|
||||||
|
|
||||||
[target.aarch64-unknown-linux-gnu]
|
# [target.aarch64-unknown-linux-gnu]
|
||||||
linker = "aarch64-linux-gnu-gcc"
|
# linker = "aarch64-linux-gnu-gcc"
|
||||||
|
|
||||||
[target.aarch64-unknown-linux-musl]
|
# [target.aarch64-unknown-linux-musl]
|
||||||
linker = "aarch64-linux-musl-gcc"
|
# linker = "aarch64-linux-musl-gcc"
|
Loading…
x
Reference in New Issue
Block a user