File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ [target.x86_64-apple-darwin]
2+ linker = "x86_64-apple-darwin15-cc"
3+ ar = "x86_64-apple-darwin15-ar"
4+
5+ [target.x86_64-pc-windows-gnu]
6+ # use --no-insert-timestamp to drop PE timestamps in Windows builds for reproducibility
7+ # https://wiki.debian.org/ReproducibleBuilds/TimestampsInPEBinaries#building_with_mingw-w64
8+ rustflags = [ "-C", "link-arg=-Wl,--no-insert-timestamp" ]
9+
10+ [target.armv7-unknown-linux-gnueabihf]
11+ linker = "arm-linux-gnueabihf-gcc"
12+
13+ [target.aarch64-unknown-linux-gnu]
14+ linker = "aarch64-linux-gnu-gcc"
15+
16+ [target.i686-linux-android]
17+ linker = "i686-linux-android16-clang"
18+
19+ [target.armv7-linux-androideabi]
20+ linker = "armv7a-linux-androideabi16-clang"
21+
22+ [target.aarch64-linux-android]
23+ linker = "aarch64-linux-android21-clang"
24+
25+ [target.x86_64-linux-android]
26+ linker = "x86_64-linux-android21-clang"
You can’t perform that action at this time.
0 commit comments