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