summaryrefslogtreecommitdiff
path: root/ci/cargo-config
diff options
context:
space:
mode:
authorPaul Osborne <osbpau@gmail.com>2016-03-14 12:54:08 -0500
committerPaul Osborne <osbpau@gmail.com>2016-03-14 12:54:08 -0500
commit5eb1fa6dcd6696df19c6f1ec24d9e51cf68b4cfd (patch)
tree1f5a9d0bb46a2248ecdf086cc627b302c611b96a /ci/cargo-config
parent02af9251786dfb22249151f6be2bb5a4b13d4c2f (diff)
downloadnix-5eb1fa6dcd6696df19c6f1ec24d9e51cf68b4cfd.zip
testing: use default linker for appropriate platforms
For platforms where the host ${CC} is appropriate, use the default implicitly rather than matching it explictly. This will allow for the llvm linker to be used if/when that happens. Signed-off-by: Paul Osborne <osbpau@gmail.com>
Diffstat (limited to 'ci/cargo-config')
-rw-r--r--ci/cargo-config13
1 files changed, 0 insertions, 13 deletions
diff --git a/ci/cargo-config b/ci/cargo-config
index 2e050597..6fee5be7 100644
--- a/ci/cargo-config
+++ b/ci/cargo-config
@@ -1,17 +1,4 @@
# Configuration of which linkers to call on Travis for various architectures
-
-[target.x86_64-unknown-linux-gnu]
-linker = "gcc"
-
-[target.x86_64-unknown-linux-musl]
-linker = "gcc"
-
-[target.i686-unknown-linux-gnu]
-linker = "gcc"
-
-[target.i686-unknown-linux-musl]
-linker = "gcc"
-
[target.arm-linux-androideabi]
linker = "arm-linux-androideabi-gcc"