diff --git a/components/servo/.cargo/config b/components/servo/.cargo/config index fbeabb1346a..66543bb1098 100644 --- a/components/servo/.cargo/config +++ b/components/servo/.cargo/config @@ -3,3 +3,7 @@ paths = ["../../support/android-rs-glue"] [target.arm-linux-androideabi] linker = "../../target/debug/apk-builder" ar = "arm-linux-androideabi-ar" + +[target.arm-unknown-linux-gnueabihf] +linker = "arm-linux-gnueabihf-gcc" +ar = "arm-linux-gnueabihf-ar"