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