summaryrefslogtreecommitdiff
path: root/ci/cargo-config
diff options
context:
space:
mode:
Diffstat (limited to 'ci/cargo-config')
-rw-r--r--ci/cargo-config13
1 files changed, 13 insertions, 0 deletions
diff --git a/ci/cargo-config b/ci/cargo-config
new file mode 100644
index 00000000..41e232e5
--- /dev/null
+++ b/ci/cargo-config
@@ -0,0 +1,13 @@
+# Configuration of which linkers to call on Travis for various architectures
+
+[target.arm-linux-androideabi]
+linker = "arm-linux-androideabi-gcc"
+
+[target.arm-unknown-linux-gnueabihf]
+linker = "arm-linux-gnueabihf-gcc-4.7"
+
+[target.mips-unknown-linux-gnu]
+linker = "mips-linux-gnu-gcc-5"
+
+[target.aarch64-unknown-linux-gnu]
+linker = "aarch64-linux-gnu-gcc"