From 4a62f6111f7765544be3268d33916227aae87629 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Mon, 14 Sep 2015 13:18:35 -0700 Subject: [PATCH] I can spell MIPS --- ci/cargo-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/cargo-config b/ci/cargo-config index 4a588ccd..575bdacd 100644 --- a/ci/cargo-config +++ b/ci/cargo-config @@ -4,5 +4,5 @@ linker = "arm-linux-androideabi-gcc" [target.arm-unknown-linux-gnueabihf] linker = "arm-linux-gnueabihf-gcc-4.7" -[target.mip-unknown-linux-gnu] +[target.mips-unknown-linux-gnu] linker = "mips-linux-gnu-gcc"