2020-08-31 21:50:21 +00:00
|
|
|
[target.x86_64-pc-windows-msvc]
|
2020-09-03 16:22:02 +00:00
|
|
|
rustflags = ["-C", "target-feature=+crt-static"]
|
2020-09-02 06:59:51 +00:00
|
|
|
|
2020-08-31 21:50:21 +00:00
|
|
|
[target.i686-pc-windows-msvc]
|
2020-09-03 16:22:02 +00:00
|
|
|
rustflags = ["-C", "target-feature=+crt-static"]
|
2020-09-02 06:59:51 +00:00
|
|
|
|
2020-12-26 21:24:06 +00:00
|
|
|
# [target.arm-unknown-linux-gnueabihf]
|
|
|
|
# linker = "arm-linux-gnueabihf-gcc"
|
2020-11-21 20:31:19 +00:00
|
|
|
|
2020-12-26 21:24:06 +00:00
|
|
|
# [target.armv7-unknown-linux-gnueabihf]
|
|
|
|
# linker = "arm-linux-gnueabihf-gcc"
|
2020-11-21 00:36:39 +00:00
|
|
|
|
2020-12-26 21:24:06 +00:00
|
|
|
# [target.aarch64-unknown-linux-gnu]
|
|
|
|
# linker = "aarch64-linux-gnu-gcc"
|
2020-11-21 00:36:39 +00:00
|
|
|
|
2020-12-26 21:24:06 +00:00
|
|
|
# [target.aarch64-unknown-linux-musl]
|
|
|
|
# linker = "aarch64-linux-musl-gcc"
|